Searched defs:getmaxyx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/dialog/
H A Ddialog.h229 #undef getmaxyx macro
230 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro

Completed in 39 milliseconds