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

/freebsd-13-stable/usr.sbin/gstat/
H A Dgstat.c246 getmaxyx(stdscr, maxy, maxx);
526 getmaxyx(stdscr, maxy, maxx);
/freebsd-13-stable/contrib/dialog/
H A Ddialog.h230 #undef getmaxyx macro
231 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
H A Dutil.c2734 getmaxyx(win, y, x);
2741 getmaxyx(win, y, x);
H A Dconfigure22948 getmaxyx \
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1320 getmaxyx(stdscr,
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfstat.c1344 getmaxyx(stdscr, maxy, maxx);
1520 getmaxyx(stdscr, maxy, maxx);
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile714 curs_getyx.3 getmaxyx.3 \

Completed in 109 milliseconds