Lines Matching refs:topy
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()
1217 cy = (short)topy; in _useceod()
1223 scrli - topy), scrli - topy); in _useceod()
1227 curscr->_cury = (short)topy; in _useceod()
1237 (void) wtouchln(_virtscr, topy, scrli, FALSE); in _useceod()