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

  /src/usr.bin/systat/
mbufs.c 91 for (j = 1; j <= getmaxy(wnd); j++) {
93 for (i = 0; i < getmaxy(wnd); i++)
iostat.c 140 linesperregion = (getmaxy(wnd) - row - regions + 1) / regions;
152 if (row > getmaxy(wnd) - (linesperregion))
184 if (row > getmaxy(wnd) - linesperregion)
224 if (row > getmaxy(wnd) - linesperregion)
239 if (row > getmaxy(wnd) - (linesperregion + 1))
pigs.c 118 if (i > getmaxy(wnd)-1)
119 i = getmaxy(wnd)-1;
ps.c 108 if (i > getmaxy(wnd)-2)
109 i = getmaxy(wnd)-1;
netstat.c 469 if (lastrow > getmaxy(wnd))
523 if (lastrow < getmaxy(wnd)) {
525 wmove(wnd, getmaxy(wnd), 0); wdeleteln(wnd); /* XXX */
bufcache.c 195 if (i < getmaxy(wnd) - 2) {
  /src/lib/libform/
post.c 61 if ((form->scrwin != NULL) && ((rows > getmaxy(form->scrwin))
  /src/lib/libcurses/
getyx.c 135 * getmaxy --
139 getmaxy(WINDOW *win) function in typeref:typename:int
Makefile 95 curses_cursor.3 getmaxy.3 curses_cursor.3 getmaxyx.3 \
curses.h 621 #define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w)
677 int getmaxy(WINDOW *);
  /src/usr.bin/aiomixer/
draw.c 128 max_y = getmaxy(stdscr);
139 if (max_y > (getmaxy(stdscr) - 3))
140 max_y = getmaxy(stdscr) - 3;
main.c 111 ((getmaxy(stdscr) - 4) + aio->class_scroll_y)) {
  /src/games/dab/
ttyscrn.cc 201 ty = getmaxy(stdscr);
  /src/tests/lib/libcurses/tests/
Makefile 68 FILES+= getmaxy
  /src/usr.bin/msgc/
msg_sys.def 74 ncbuffersize = getmaxx(window) * getmaxy(window) + 1;
526 maxy = getmaxy(msg_win);
  /src/usr.bin/menuc/
menu_sys.def 367 maxy = getmaxy(m->mw) - hasbox;
434 sv_curscr = newwin(getmaxy(curscr), getmaxx(curscr), 0, 0);
670 max_lines = getmaxy(stdscr);
  /src/tests/lib/libcurses/
t_curses.sh 1845 atf_test_case getmaxy
1852 h_run getmaxy
2417 atf_add_test_case getmaxy
  /src/usr.sbin/sysinst/
main.c 284 mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
  /src/tests/lib/libcurses/slave/
curses_commands.c 1548 report_int(getmaxy(win));

Completed in 21 milliseconds