Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/gstat/
Dgstat.c246 getmaxyx(stdscr, maxy, maxx); in main()
525 getmaxyx(stdscr, maxy, maxx); in main()
/freebsd-12-stable/contrib/dialog/
Ddialog.h229 #undef getmaxyx
230 #define getmaxyx(win,y,x) (y = (win)?(win)->_maxy:ERR, x = (win)?(win)->_maxx:ERR) macro
Dconfigure.in241 getmaxyx \
Dutil.c2663 getmaxyx(win, y, x); in dlg_getmaxx()
2670 getmaxyx(win, y, x); in dlg_getmaxy()
Dconfigure14603 getmaxyx \
/freebsd-12-stable/sbin/ipf/ipfstat/
Dipfstat.c1311 getmaxyx(stdscr, maxy, maxx); in topipstates()
1487 getmaxyx(stdscr, maxy, maxx); in topipstates()
/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcstat.c1314 getmaxyx(stdscr, in main()
/freebsd-12-stable/lib/ncurses/ncurses/
DMakefile692 curs_getyx.3 getmaxyx.3 \
/freebsd-12-stable/contrib/ncurses/include/
Dcurses.h.in1091 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) macro
/freebsd-12-stable/contrib/ncurses/doc/
Dncurses-intro.doc769 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
/freebsd-12-stable/contrib/ncurses/
DNEWS9174 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
9175 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up