Searched defs:topy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwsetscrreg.c54 wsetscrreg(WINDOW *win, int topy, int boty) argument
56 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy)
60 win->_tmarg = (short) topy;
H A Dwrefresh.c1137 * topy, boty: the region to consider
1141 _getceod(int topy, int boty) argument
1148 if ((topy + 1) >= boty)
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1177 _useceod(int topy, int boty) argument
1182 begch = _virtscr->_firstch + topy;
1183 begns = _BEGNS + topy;
1184 for (; topy < boty; ++topy, ++begns, ++begch)
1191 if (topy
[all...]

Completed in 50 milliseconds