Home
last modified time | relevance | path

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

/freebsd/usr.sbin/gstat/
H A Dgstat.c244 getmaxyx(stdscr, maxy, maxx); in main()
544 getmaxyx(stdscr, maxy, maxx); in main()
/freebsd/contrib/bsddialog/lib/
H A Dmessagebox.c89 getmaxyx(d->textpad, s->htextpad, unused); in message_draw()
H A Ddatebox.c235 getmaxyx(win, h, w); in drawsquare()
263 getmaxyx(win, h, w); in print_calendar()
H A Dslider.c255 getmaxyx(win, h, w); in drawsquare()
285 getmaxyx(win, height, width); in print_slider()
H A Dlib_util.c1009 getmaxyx(win, h, w); in draw_borders()
1197 getmaxyx(pad, rows, cols); in print_textpad()
H A Dmenubox.c404 getmaxyx(m->box, h, w); in update_menubox()
H A Dformbox.c532 getmaxyx(f->box, h, w); in update_formbox()
/freebsd/contrib/dialog/
H A Ddialog.h246 #undef getmaxyx
247 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
H A Dconfigure.in241 getmaxyx \
H A Dutil.c3002 getmaxyx(win, y, x); in dlg_getmaxx()
3009 getmaxyx(win, y, x); in dlg_getmaxy()
H A Dconfigure24315 getmaxyx \
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1305 getmaxyx(stdscr, maxy, maxx); in topipstates()
1481 getmaxyx(stdscr, maxy, maxx); in topipstates()
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c1325 getmaxyx(stdscr, in main()
/freebsd/lib/ncurses/tinfo/
H A DMakefile607 curs_getyx.3 getmaxyx.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1183 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc786 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
/freebsd/contrib/ncurses/
H A DNEWS14124 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
14125 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up