/freebsd/contrib/nvi/vi/ |
H A D | vs_line.c | 43 size_t offset_in_char, offset_in_line, oldx, oldy; in vs_line() local 86 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_line() 189 (void)gp->scr_move(sp, oldy, oldx); in vs_line() 475 ret1: (void)gp->scr_move(sp, oldy, oldx); in vs_line() 491 size_t len, oldy, oldx; in vs_number() local 513 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_number() 534 (void)gp->scr_move(sp, oldy, oldx); in vs_number()
|
H A D | vs_msg.c | 160 size_t len, mlen, oldx, oldy; in vs_update() local 186 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_update() 210 (void)gp->scr_move(sp, oldy, oldx); in vs_update() 231 size_t maxcols, oldx, oldy, padding; in vs_msg() local 305 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_msg() 383 ret: (void)gp->scr_move(sp, oldy, oldx); in vs_msg() 641 size_t oldy, oldx; in vs_resolve() local 657 (void)gp->scr_cursor(csp, &oldy, &oldx); in vs_resolve() 732 (void)gp->scr_move(csp, oldy, oldx); in vs_resolve()
|
H A D | vs_smap.c | 45 size_t cnt, oldy, oldx; in vs_change() local 129 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); in vs_change() 154 (void)sp->gp->scr_move(sp, oldy, oldx); in vs_change() 779 size_t oldy, oldx; in vs_deleteln() local 792 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_deleteln() 797 (void)gp->scr_move(sp, oldy, oldx); in vs_deleteln() 1012 size_t oldy, oldx; in vs_insertln() local 1026 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_insertln() 1030 (void)gp->scr_move(sp, oldy, oldx); in vs_insertln()
|
/freebsd/contrib/dialog/ |
H A D | arrows.c | 169 int oldy, oldx; in dlg_draw_scrollbar() local 175 getyx(win, oldy, oldx); in dlg_draw_scrollbar() 257 wmove(win, oldy, oldx); in dlg_draw_scrollbar()
|
H A D | util.c | 1132 int oldy, oldx; in dlg_print_scrolled() local 1137 getyx(win, oldy, oldx); in dlg_print_scrolled() 1212 wmove(win, oldy, oldx); in dlg_print_scrolled()
|
/freebsd/contrib/diff/src/ |
H A D | analyze.c | 122 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; in diag() local 128 oldx = x; in diag() 132 if (x - oldx > SNAKE_LIMIT) in diag() 149 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; in diag() local 155 oldx = x; in diag() 159 if (oldx - x > SNAKE_LIMIT) in diag()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2939 int oldy, oldx, y, x; in cmd_mvcur() local 2950 if (sscanf(args[1], "%d", &oldx) == 0) { in cmd_mvcur() 2969 report_return(mvcur(oldy, oldx, y, x)); in cmd_mvcur()
|