Lines Matching refs:newy
89 mvcur(int cury, int curx, int newy, int newx)
97 if (cury == newy && curx == newx)
110 Newy = newy;
121 if (cursor_down && (newy == (cury + 1)) &&
130 if (cury == newy && newx < curx - 4 && newx > curx + 4) {
148 rl = _mvrel(cury, curx, newy, newx, FALSE);
152 hu = _homefirst(newy, newx, H_UP, FALSE);
156 hd = _homefirst(newy, newx, H_DO, FALSE);
165 _PUTS(tparm_p2(cursor_address, newy, newx), 1);
168 (void) _mvrel(cury, curx, newy, newx, TRUE);
170 (void) _homefirst(newy, newx, hu <= hd ?
178 curscr->_cury = (short) newy;