Home
last modified time | relevance | path

Searched refs:oldy (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/nvi/vi/
Dvs_line.c47 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()
Dvs_msg.c164 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()
Dvs_smap.c49 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/
Darrows.c171 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()
Dutil.c1027 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/
Dlib_getstr.c151 int oldy = win->_cury; in wgetnstr_events() local
169 && oldy == win->_maxy in wgetnstr_events()
/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
Dlib_get_wstr.c174 int oldy = win->_cury; in wgetn_wstr() local
191 && oldy == win->_maxy in wgetn_wstr()
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/slave/
Dcurses_commands.c2939 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()