Home
last modified time | relevance | path

Searched refs:TRYREALLOC (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/mg/
Ddisplay.c149 #define TRYREALLOC(a, n) do { \ in vtresize() macro
217 TRYREALLOC(video[i].v_text, newcol); in vtresize()
218 TRYREALLOC(blanks.v_text, newcol); in vtresize()
233 #undef TRYREALLOC