Home
last modified time | relevance | path

Searched refs:getmaxx (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/usr.bin/systat/
Diostat.c131 #define DRIVESPERLINE ((getmaxx(wnd) + 1) / COLWIDTH) in numlabels()
150 if (col + COLWIDTH - 1 > getmaxx(wnd)) { in numlabels()
237 if (col + COLWIDTH - 1 > getmaxx(wnd)) { in showiostat()
/netbsd/src/tests/lib/libcurses/tests/
Dgetmaxx2 call 6 getmaxx $win1
Dcursor12 call 5 getmaxx $win2
DMakefile67 FILES+= getmaxx
/netbsd/src/lib/libcurses/
Dgetyx.c153 getmaxx(WINDOW *win) in getmaxx() function
Dcurses.expsym180 getmaxx
DMakefile94 curses_cursor.3 getbegx.3 curses_cursor.3 getmaxx.3 \
Dcurses.h621 #define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w)
678 int getmaxx(WINDOW *);
/netbsd/src/usr.bin/msgc/
Dmsg_sys.def74 ncbuffersize = getmaxx(window) * getmaxy(window) + 1;
246 getmaxx(msg_win) &&
247 wordlen < (getmaxx(msg_win) / 3)) {
369 maxx = getmaxx(msg_win) - txt_x - 1;
525 maxx = getmaxx(msg_win);
/netbsd/src/lib/libform/
Dpost.c62 || (cols > getmaxx(form->scrwin)))) { in post_form()
/netbsd/src/games/dab/
Dttyscrn.cc200 tx = getmaxx(stdscr); in create()
/netbsd/src/tests/lib/libcurses/
Dt_curses.sh1835 atf_test_case getmaxx
1842 h_run getmaxx
2416 atf_add_test_case getmaxx
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-winsource.c45 #define tui_getmaxx(w) ((w) ? getmaxx (w) : -1)
/netbsd/src/usr.bin/menuc/
Dmenu_sys.def434 sv_curscr = newwin(getmaxy(curscr), getmaxx(curscr), 0, 0);
671 max_cols = getmaxx(stdscr);
/netbsd/src/lib/libmenu/
Dinternals.c548 menu->col_width = getmaxx(menu->scrwin) / menu->cols; in _menui_draw_menu()
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt1455 getmaxx
/netbsd/src/tests/lib/libcurses/slave/
Dcurses_commands.c1559 report_int(getmaxx(win)); in cmd_getmaxx()
/netbsd/src/distrib/sets/lists/comp/
Dmi8051 ./usr/share/man/cat3/getmaxx.0 comp-c-catman .cat
16613 ./usr/share/man/html3/getmaxx.html comp-c-htmlman html
25117 ./usr/share/man/man3/getmaxx.3 comp-c-man .man
/netbsd/src/distrib/sets/lists/tests/
Dmi3805 ./usr/tests/lib/libcurses/tests/getmaxx tests-lib-tests compattes…