Lines Matching refs:topy
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()
1214 cy = (short) topy; in _useceod()
1220 scrli - topy), scrli - topy); in _useceod()
1224 curscr->_cury = (short) topy; in _useceod()
1232 (void) wtouchln(_virtscr, topy, scrli, FALSE); in _useceod()