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

/freebsd-9.3-release/contrib/dialog/
H A Ddialog.h227 #undef getmaxyx macro
228 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro

Completed in 51 milliseconds