/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/ncurses/ncurses/base/ |
H A D | lib_getstr.c | 151 int oldy = win->_cury; in wgetnstr_events() local 169 && oldy == win->_maxy in wgetnstr_events()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_get_wstr.c | 173 int oldy = win->_cury; in wgetn_wstr() local 190 && oldy == win->_maxy in wgetn_wstr()
|
/freebsd/contrib/tzcode/ |
H A D | zdump.c | 779 intmax_t oldy = oldp->tm_year; in delta_nonneg() local 780 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT; in delta_nonneg()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2939 int oldy, oldx, y, x; in cmd_mvcur() local 2944 if (sscanf(args[0], "%d", &oldy) == 0) { in cmd_mvcur() 2969 report_return(mvcur(oldy, oldx, y, x)); in cmd_mvcur()
|