Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwtouchln.c61 int maxy = win->_maxy; in wtouchln() local
63 if (y >= maxy) in wtouchln()
67 if ((y + n) > maxy) in wtouchln()
68 n = maxy - y; in wtouchln()
H A Dmvderwin.c58 int y, maxy; in mvderwin() local
68 maxy = win->_maxy-1; in mvderwin()
70 if ((parx + maxx) >= par->_maxx || (pary + maxy) >= par->_maxy) in mvderwin()
86 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin()
H A Dgetwin.c54 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; in getwin() local
66 SEPARATE_READ) || ((win = _makenew(maxy = win_nums[2], maxx = in getwin()
81 win->_lastch = save_fch + maxy; in getwin()
85 ecp = wcp + maxy; in getwin()
/titanic_41/usr/src/ucblib/libcurses/
H A Dtouchwin.c34 int y, maxy; in touchwin() local
39 maxy = win->_maxy; in touchwin()
40 for (y = 0; y < maxy; y++) in touchwin()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfstat.c1176 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1201 getmaxyx(stdscr, maxy, maxx);
1372 getmaxyx(stdscr, maxy, maxx);
1488 if (tsentry > maxy - 6)
1489 tsentry = maxy - 6;
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.c65 static int maxx, maxy, redraw = 0; variable
378 maxy = maxy; /* lint */ in curses_init()
392 getmaxyx(stdscr, maxy, maxx); in curses_init()
426 getmaxyx(stdscr, maxy, maxx); in stat_report()