Lines Matching defs:topy
1137 * topy, boty: the region to consider
1141 _getceod(int topy, int boty)
1148 if ((topy + 1) >= boty)
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1177 _useceod(int topy, int boty)
1182 begch = _virtscr->_firstch + topy;
1183 begns = _BEGNS + topy;
1184 for (; topy < boty; ++topy, ++begns, ++begch)
1191 if (topy + 1 >= boty)
1200 if (topy == 0) {
1212 (void) mvcur(cy, cx, topy, 0);
1214 cy = (short) topy;
1220 scrli - topy), scrli - topy);
1224 curscr->_cury = (short) topy;
1232 (void) wtouchln(_virtscr, topy, scrli, FALSE);