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

/freebsd-current/contrib/dialog/
H A Ddialog.h246 #undef getmaxyx macro
247 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro

Completed in 72 milliseconds