Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Ddialog.h247 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1095 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro