Searched refs:getmaxyx (Results 1 – 17 of 17) sorted by relevance
| /freebsd/usr.sbin/gstat/ |
| H A D | gstat.c | 244 getmaxyx(stdscr, maxy, maxx); in main() 544 getmaxyx(stdscr, maxy, maxx); in main()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | messagebox.c | 89 getmaxyx(d->textpad, s->htextpad, unused); in message_draw()
|
| H A D | datebox.c | 235 getmaxyx(win, h, w); in drawsquare() 263 getmaxyx(win, h, w); in print_calendar()
|
| H A D | slider.c | 255 getmaxyx(win, h, w); in drawsquare() 285 getmaxyx(win, height, width); in print_slider()
|
| H A D | lib_util.c | 1009 getmaxyx(win, h, w); in draw_borders() 1197 getmaxyx(pad, rows, cols); in print_textpad()
|
| H A D | menubox.c | 404 getmaxyx(m->box, h, w); in update_menubox()
|
| H A D | formbox.c | 532 getmaxyx(f->box, h, w); in update_formbox()
|
| /freebsd/contrib/dialog/ |
| H A D | dialog.h | 246 #undef getmaxyx 247 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
|
| H A D | configure.in | 241 getmaxyx \
|
| H A D | util.c | 3002 getmaxyx(win, y, x); in dlg_getmaxx() 3009 getmaxyx(win, y, x); in dlg_getmaxy()
|
| H A D | configure | 24315 getmaxyx \
|
| /freebsd/sbin/ipf/ipfstat/ |
| H A D | ipfstat.c | 1305 getmaxyx(stdscr, maxy, maxx); in topipstates() 1481 getmaxyx(stdscr, maxy, maxx); in topipstates()
|
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 1325 getmaxyx(stdscr, in main()
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 607 curs_getyx.3 getmaxyx.3 \
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 1183 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 786 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 14124 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c 14125 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
|