Home
last modified time | relevance | path

Searched refs:maxy (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwtouchln.c59 int maxy = win->_maxy; in wtouchln() local
61 if (y >= maxy) in wtouchln()
65 if ((y + n) > maxy) in wtouchln()
66 n = maxy - y; in wtouchln()
H A Dmvderwin.c56 int y, maxy; in mvderwin() local
66 maxy = win->_maxy-1; in mvderwin()
68 if ((parx + maxx) >= par->_maxx || (pary + maxy) >= par->_maxy) in mvderwin()
84 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin()
H A Dgetwin.c52 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; in getwin() local
64 SEPARATE_READ) || ((win = _makenew(maxy = win_nums[2], maxx = in getwin()
79 win->_lastch = save_fch + maxy; in getwin()
83 ecp = wcp + maxy; in getwin()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dtouchwin.c32 int y, maxy; in touchwin() local
37 maxy = win->_maxy; in touchwin()
38 for (y = 0; y < maxy; y++) in touchwin()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1175 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1200 getmaxyx(stdscr, maxy, maxx);
1371 getmaxyx(stdscr, maxy, maxx);
1487 if (tsentry > maxy - 6)
1488 tsentry = maxy - 6;