Searched refs:oldx (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/vi/cl/ |
| D | cl_funcs.c | 47 size_t oldy, oldx; local 55 getyx(stdscr, oldy, oldx); 283 size_t oldy, oldx; local 304 getyx(stdscr, oldy, oldx); 323 (void)move(oldy, oldx); 559 size_t oldy, oldx; local 602 getyx(stdscr, oldy, oldx); 668 (void)move(oldy, oldx);
|
| /mirbsd/src/usr.bin/vi/vi/ |
| D | vs_line.c | 48 size_t offset_in_char, offset_in_line, oldx, oldy; local 89 (void)gp->scr_cursor(sp, &oldy, &oldx); 193 (void)gp->scr_move(sp, oldy, oldx); 458 ret1: (void)gp->scr_move(sp, oldy, oldx); 474 size_t len, oldy, oldx; local 495 (void)gp->scr_cursor(sp, &oldy, &oldx); 518 (void)gp->scr_move(sp, oldy, oldx);
|
| D | vs_msg.c | 166 size_t len, mlen, oldx, oldy; local 188 (void)gp->scr_cursor(sp, &oldy, &oldx); 212 (void)gp->scr_move(sp, oldy, oldx); 237 size_t maxcols, oldx, oldy, padding; local 311 (void)gp->scr_cursor(sp, &oldy, &oldx); 389 ret: (void)gp->scr_move(sp, oldy, oldx); 661 size_t oldy, oldx; local 677 (void)gp->scr_cursor(csp, &oldy, &oldx); 752 (void)gp->scr_move(csp, oldy, oldx);
|
| D | vs_smap.c | 50 size_t cnt, oldy, oldx; local 133 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); 154 (void)sp->gp->scr_move(sp, oldy, oldx); 790 size_t oldy, oldx; local 796 (void)gp->scr_cursor(sp, &oldy, &oldx); 801 (void)gp->scr_move(sp, oldy, oldx); 1025 size_t oldy, oldx; local 1032 (void)gp->scr_cursor(sp, &oldy, &oldx); 1036 (void)gp->scr_move(sp, oldy, oldx);
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | analyze.c | 131 int x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local 137 oldx = x; 141 if (x - oldx > SNAKE_LIMIT) 158 int x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local 164 oldx = x; 168 if (oldx - x > SNAKE_LIMIT)
|