HomeSort by: relevance | last modified time | path
    Searched refs:getmaxx (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/aiomixer/
draw.c 144 max_y, getmaxx(stdscr));
270 (getmaxx(control->widgetpad) - 11)) / AUDIO_MAX_GAIN;
277 nchars = getmaxx(control->widgetpad) - 11 - nchars;
316 getmaxx(aio->header) - (int)sizeof("NetBSD audio mixer"),
334 aio->header = newwin(1, getmaxx(stdscr), 0, 0);
338 aio->classbar = newwin(2, getmaxx(stdscr), 1, 0);
346 getmaxx(stdscr));
362 control->height, getmaxx(stdscr),
369 wresize(class->widgetpad, class->height, getmaxx(stdscr));
372 aio->last_max_x = getmaxx(stdscr)
    [all...]
  /src/lib/libform/
post.c 62 || (cols > getmaxx(form->scrwin)))) {
  /src/lib/libcurses/
getyx.c 149 * getmaxx --
153 getmaxx(WINDOW *win) function in typeref:typename:int
Makefile 94 curses_cursor.3 getbegx.3 curses_cursor.3 getmaxx.3 \
curses.h 621 #define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w)
678 int getmaxx(WINDOW *);
  /src/usr.bin/systat/
iostat.c 131 #define DRIVESPERLINE ((getmaxx(wnd) + 1) / COLWIDTH)
150 if (col + COLWIDTH - 1 > getmaxx(wnd)) {
237 if (col + COLWIDTH - 1 > getmaxx(wnd)) {
  /src/usr.bin/msgc/
msg_sys.def 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);
  /src/games/dab/
ttyscrn.cc 200 tx = getmaxx(stdscr);
  /src/tests/lib/libcurses/tests/
Makefile 67 FILES+= getmaxx
  /src/tests/lib/libcurses/
t_curses.sh 1835 atf_test_case getmaxx
1842 h_run getmaxx
2416 atf_add_test_case getmaxx
  /src/usr.bin/menuc/
menu_sys.def 434 sv_curscr = newwin(getmaxy(curscr), getmaxx(curscr), 0, 0);
671 max_cols = getmaxx(stdscr);
  /src/usr.sbin/sysinst/
main.c 284 mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
disks.c 929 max_desc_len = getmaxx(stdscr) - 8;
  /src/lib/libmenu/
internals.c 548 menu->col_width = getmaxx(menu->scrwin) / menu->cols;
  /src/tests/lib/libcurses/slave/
curses_commands.c 1559 report_int(getmaxx(win));

Completed in 22 milliseconds