Searched refs:getmaxyx (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/usr.sbin/gstat/ |
| D | gstat.c | 246 getmaxyx(stdscr, maxy, maxx); in main() 525 getmaxyx(stdscr, maxy, maxx); in main()
|
| /freebsd-12-stable/contrib/dialog/ |
| D | dialog.h | 229 #undef getmaxyx 230 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
|
| D | configure.in | 241 getmaxyx \
|
| D | util.c | 2663 getmaxyx(win, y, x); in dlg_getmaxx() 2670 getmaxyx(win, y, x); in dlg_getmaxy()
|
| D | configure | 14603 getmaxyx \
|
| /freebsd-12-stable/sbin/ipf/ipfstat/ |
| D | ipfstat.c | 1311 getmaxyx(stdscr, maxy, maxx); in topipstates() 1487 getmaxyx(stdscr, maxy, maxx); in topipstates()
|
| /freebsd-12-stable/usr.sbin/pmcstat/ |
| D | pmcstat.c | 1314 getmaxyx(stdscr, in main()
|
| /freebsd-12-stable/lib/ncurses/ncurses/ |
| D | Makefile | 692 curs_getyx.3 getmaxyx.3 \
|
| /freebsd-12-stable/contrib/ncurses/include/ |
| D | curses.h.in | 1091 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
|
| /freebsd-12-stable/contrib/ncurses/doc/ |
| D | ncurses-intro.doc | 769 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | 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
|