Home
last modified time | relevance | path

Searched refs:smaxy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprefresh.c59 int sminx, int smaxy, int smaxx) in prefresh() argument
62 sminx, smaxy, smaxx)); in prefresh()
67 int sminy, int sminx, int smaxy, int smaxx) in _prefresh() argument
90 if (_padjust(pad, pminy, pminx, sminy, sminx, smaxy, smaxx) == ERR) in _prefresh()
100 int sminx, int smaxy, int smaxx) in _padjust() argument
124 if (smaxy < sminy) in _padjust()
125 smaxy = LINES - 1; in _padjust()
134 if ((prows = (smaxy - sminy) + 1) > (y = pad->_maxy - pminy)) in _padjust()
H A Dwnoutref.c54 short y, x, xorg, yorg, scrli, scrco, boty, sminy, smaxy, minx, in wnoutrefresh() local
64 smaxy = sminy + LINES; in wnoutrefresh()
94 if (yorg >= sminy && yorg < smaxy && boty >= smaxy) in wnoutrefresh()
95 boty = smaxy; in wnoutrefresh()