Searched refs:getmaxx (Results 1 – 19 of 19) sorted by relevance
131 #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()
2 call 6 getmaxx $win1
12 call 5 getmaxx $win2
67 FILES+= getmaxx
153 getmaxx(WINDOW *win) in getmaxx() function
180 getmaxx
94 curses_cursor.3 getbegx.3 curses_cursor.3 getmaxx.3 \
621 #define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w)678 int getmaxx(WINDOW *);
74 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);
62 || (cols > getmaxx(form->scrwin)))) { in post_form()
200 tx = getmaxx(stdscr); in create()
1835 atf_test_case getmaxx1842 h_run getmaxx2416 atf_add_test_case getmaxx
45 #define tui_getmaxx(w) ((w) ? getmaxx (w) : -1)
434 sv_curscr = newwin(getmaxy(curscr), getmaxx(curscr), 0, 0);671 max_cols = getmaxx(stdscr);
548 menu->col_width = getmaxx(menu->scrwin) / menu->cols; in _menui_draw_menu()
1455 getmaxx
1559 report_int(getmaxx(win)); in cmd_getmaxx()
8051 ./usr/share/man/cat3/getmaxx.0 comp-c-catman .cat16613 ./usr/share/man/html3/getmaxx.html comp-c-htmlman html25117 ./usr/share/man/man3/getmaxx.3 comp-c-man .man
3805 ./usr/tests/lib/libcurses/tests/getmaxx tests-lib-tests compattes…