Searched refs:getmaxyx (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/usr.sbin/gstat/ |
| HD | gstat.c | 217 getmaxyx(stdscr, maxy, maxx); in main() 381 getmaxyx(stdscr, maxy, maxx); in main()
|
| /NextBSD/contrib/dialog/ |
| HD | dialog.h | 229 #undef getmaxyx 230 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
|
| HD | configure.in | 241 getmaxyx \
|
| HD | util.c | 2663 getmaxyx(win, y, x); in dlg_getmaxx() 2670 getmaxyx(win, y, x); in dlg_getmaxy()
|
| HD | configure | 14603 getmaxyx \
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipfstat.c | 1339 getmaxyx(stdscr, maxy, maxx); 1515 getmaxyx(stdscr, maxy, maxx);
|
| /NextBSD/usr.sbin/pmcstat/ |
| HD | pmcstat.c | 1389 getmaxyx(stdscr, in main()
|
| /NextBSD/lib/ncurses/ncurses/ |
| HD | Makefile | 691 curs_getyx.3 getmaxyx.3 \
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 1091 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 769 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 9174 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c 9175 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
|