Lines Matching refs:tsy
117 int tsy, bsy, idn, dir, nomore;
154 tsy = _MIN(ip->_wy, ip->_sy);
157 tsy = _MIN(ep->_wy, ep->_sy);
166 _do_idln(tsy, bsy, idn, dir == -1);
169 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1);
173 curscr->_tmarg = (short)tsy;
176 curscr->_cury = (short)tsy;
205 _do_idln(int tsy, int bsy, int idn, int doinsert)
212 if (tsy > 0 || bsy < scrli) {
214 _PUTS(tparm_p2(change_scroll_region, tsy, bsy - 1),
215 bsy - tsy);
257 (void) mvcur(cy, cx, tsy, 0);
258 cy = tsy;
283 ((usecsr && non_dest_scroll_region) || tsy == 0)) {
284 for (y = 0, begns = _BEGNS + y + tsy;
287 (void) mvcur(cy, cx, tsy + y, 0);
288 cy = tsy + y;
310 (void) mvcur(cy, cx, tsy, 0);
311 cy = tsy;