Searched defs:newy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmvcur.c89 mvcur(int cury, int curx, int newy, int newx) argument
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, new
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1305 long newy; local
1307 newy = y + days / DAYSPERNYEAR;
1309 --newy;
1310 days -= ((long)newy - (long)y) * DAYSPERNYEAR +
1311 LEAPS_THRU_END_OF(newy > 0 ? newy - 1L : newy) -
1313 y = newy;

Completed in 20 milliseconds