Searched refs:topy (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wsetscrreg.c | 52 wsetscrreg(WINDOW *win, int topy, int boty) in wsetscrreg() argument 54 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy) in wsetscrreg() 58 win->_tmarg = (short) topy; in wsetscrreg()
|
H A D | wrefresh.c | 1144 _getceod(int topy, int boty) in _getceod() argument 1151 if ((topy + 1) >= boty) in _getceod() 1159 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod() 1180 _useceod(int topy, int boty) in _useceod() argument 1185 begch = _virtscr->_firstch + topy; in _useceod() 1186 begns = _BEGNS + topy; in _useceod() 1187 for (; topy < boty; ++topy, ++begns, ++begch) in _useceod() 1194 if (topy + 1 >= boty) in _useceod() 1203 if (topy == 0) { in _useceod() 1215 (void) mvcur(cy, cx, topy, 0); in _useceod() [all …]
|