Home
last modified time | relevance | path

Searched refs:getmaxyx (Results 1 – 11 of 11) sorted by relevance

/NextBSD/usr.sbin/gstat/
HDgstat.c217 getmaxyx(stdscr, maxy, maxx); in main()
381 getmaxyx(stdscr, maxy, maxx); in main()
/NextBSD/contrib/dialog/
HDdialog.h229 #undef getmaxyx
230 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
HDconfigure.in241 getmaxyx \
HDutil.c2663 getmaxyx(win, y, x); in dlg_getmaxx()
2670 getmaxyx(win, y, x); in dlg_getmaxy()
HDconfigure14603 getmaxyx \
/NextBSD/contrib/ipfilter/tools/
HDipfstat.c1339 getmaxyx(stdscr, maxy, maxx);
1515 getmaxyx(stdscr, maxy, maxx);
/NextBSD/usr.sbin/pmcstat/
HDpmcstat.c1389 getmaxyx(stdscr, in main()
/NextBSD/lib/ncurses/ncurses/
HDMakefile691 curs_getyx.3 getmaxyx.3 \
/NextBSD/contrib/ncurses/include/
HDcurses.h.in1091 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
/NextBSD/contrib/ncurses/doc/
HDncurses-intro.doc769 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
/NextBSD/contrib/ncurses/
HDNEWS9174 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
9175 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up