| /freebsd-10-stable/contrib/nvi/vi/ |
| D | vs_line.c | 47 size_t offset_in_char, offset_in_line, oldx, oldy; in vs_line() local 90 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_line() 191 (void)gp->scr_move(sp, oldy, oldx); in vs_line() 477 ret1: (void)gp->scr_move(sp, oldy, oldx); in vs_line() 493 size_t len, oldy, oldx; in vs_number() local 515 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_number() 536 (void)gp->scr_move(sp, oldy, oldx); in vs_number()
|
| D | vs_msg.c | 164 size_t len, mlen, oldx, oldy; in vs_update() local 190 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_update() 214 (void)gp->scr_move(sp, oldy, oldx); in vs_update() 235 size_t maxcols, oldx, oldy, padding; in vs_msg() local 307 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_msg() 384 ret: (void)gp->scr_move(sp, oldy, oldx); in vs_msg() 642 size_t oldy, oldx; in vs_resolve() local 658 (void)gp->scr_cursor(csp, &oldy, &oldx); in vs_resolve() 733 (void)gp->scr_move(csp, oldy, oldx); in vs_resolve()
|
| D | vs_smap.c | 49 size_t cnt, oldy, oldx; in vs_change() local 133 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); in vs_change() 158 (void)sp->gp->scr_move(sp, oldy, oldx); in vs_change() 783 size_t oldy, oldx; in vs_deleteln() local 796 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_deleteln() 801 (void)gp->scr_move(sp, oldy, oldx); in vs_deleteln() 1016 size_t oldy, oldx; in vs_insertln() local 1030 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_insertln() 1034 (void)gp->scr_move(sp, oldy, oldx); in vs_insertln()
|
| /freebsd-10-stable/contrib/dialog/ |
| D | arrows.c | 171 int oldy, oldx; in dlg_draw_scrollbar() local 177 getyx(win, oldy, oldx); in dlg_draw_scrollbar() 255 wmove(win, oldy, oldx); in dlg_draw_scrollbar()
|
| D | util.c | 1027 int oldy, oldx; in dlg_print_scrolled() local 1032 getyx(win, oldy, oldx); in dlg_print_scrolled() 1104 wmove(win, oldy, oldx); in dlg_print_scrolled()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_getstr.c | 151 int oldy = win->_cury; in wgetnstr_events() local 169 && oldy == win->_maxy in wgetnstr_events()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/widechar/ |
| D | lib_get_wstr.c | 174 int oldy = win->_cury; in wgetn_wstr() local 191 && oldy == win->_maxy in wgetn_wstr()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/slave/ |
| 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()
|