Searched refs:topy (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | wsetscrreg.c | 54 wsetscrreg(WINDOW *win, int topy, int boty) in wsetscrreg() argument 56 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy) in wsetscrreg() 60 win->_tmarg = (short) topy; in wsetscrreg()
|
H A D | wrefresh.c | 1141 _getceod(int topy, int boty) in _getceod() argument 1148 if ((topy + 1) >= boty) in _getceod() 1156 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod() 1177 _useceod(int topy, int boty) in _useceod() argument 1182 begch = _virtscr->_firstch + topy; in _useceod() 1183 begns = _BEGNS + topy; in _useceod() 1184 for (; topy < boty; ++topy, ++begns, ++begch) in _useceod() 1191 if (topy + 1 >= boty) in _useceod() 1200 if (topy == 0) { in _useceod() 1212 (void) mvcur(cy, cx, topy, 0); in _useceod() [all …]
|
H A D | llib-lcurses | 1234 int wsetscrreg(WINDOW *win, int topy, int boty);
|