Home
last modified time | relevance | path

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

/dragonfly/games/phantasia/
H A Dio.c249 volatile int oldx, oldy; /* original coordinates on screen */ in getanswer() local
251 getyx(stdscr, oldy, oldx); in getanswer()
306 YELL: mvprintw(oldy + 1, 0, in getanswer()
308 move(oldy, oldx); in getanswer()
/dragonfly/contrib/nvi2/vi/
H A Dvs_line.c43 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()
187 (void)gp->scr_move(sp, oldy, oldx); in vs_line()
473 ret1: (void)gp->scr_move(sp, oldy, oldx); in vs_line()
489 size_t len, oldy, oldx; in vs_number() local
511 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_number()
532 (void)gp->scr_move(sp, oldy, oldx); in vs_number()
H A Dvs_msg.c160 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
303 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_msg()
380 ret: (void)gp->scr_move(sp, oldy, oldx); in vs_msg()
638 size_t oldy, oldx; in vs_resolve() local
654 (void)gp->scr_cursor(csp, &oldy, &oldx); in vs_resolve()
729 (void)gp->scr_move(csp, oldy, oldx); in vs_resolve()
H A Dvs_smap.c45 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()
/dragonfly/contrib/dialog/
H A Darrows.c169 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 Dutil.c1115 int oldy, oldx; in dlg_print_scrolled() local
1120 getyx(win, oldy, oldx); in dlg_print_scrolled()
1195 wmove(win, oldy, oldx); in dlg_print_scrolled()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c153 int oldy = win->_cury; in wgetnstr_events() local
171 && oldy == win->_maxy in wgetnstr_events()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c176 int oldy = win->_cury; in wgetn_wstr() local
193 && oldy == win->_maxy in wgetn_wstr()
/dragonfly/games/hack/
H A Dhack.c144 xchar oldx, oldy; in domove() local
176 oldy = u.uy; in domove()
347 nose1(oldx - u.dx, oldy - u.dy); in domove()
367 nose1(oldx - u.dx, oldy - u.dy); in domove()
/dragonfly/games/bs/
H A Dbs.c687 int oldx, oldy; in hitship() local
689 getyx(stdscr, oldy, oldx); in hitship()
743 move(oldy, oldx); in hitship()
747 move(oldy, oldx); in hitship()
/dragonfly/games/larn/
H A Ddata.c142 short oldx, oldy; variable
H A Ddiag.c321 oldx = oldy = 0; in restoregame()
H A Dheader.h347 extern short nobeep, oldx, oldy, playerx, playery;
H A Ddisplay.c466 oldy = playery; in showplayer()
H A Dcreate.c46 oldy = 25; in makeplayer()