| /src/lib/libpanel/ |
| move.c | 37 int oldy, oldx; local 42 getbegyx(p->win, oldy, oldx); 43 if (__predict_false(y == oldy && x == oldx))
|
| /src/games/phantasia/ |
| io.c | 175 volatile int oldx, oldy; /* original coordinates on screen */ local 177 getyx(stdscr, oldy, oldx); 240 YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices); 241 move(oldy, oldx);
|
| /src/games/warp/ |
| weapon.c | 444 int decr = 50, oldy, oldx; local 572 oldy = y; 574 y = (occupant[oldy][oldx]->posy + occupant[oldy][oldx]->vely + 576 x = (occupant[oldy][oldx]->posx + occupant[oldy][oldx]->velx + 579 y = occupant[oldy][oldx]->posy; 580 x = occupant[oldy][oldx]->posx;
|
| /src/games/larn/ |
| data.c | 162 short oldx, oldy; variable
|
| diag.c | 324 oldx = oldy = 0;
|
| header.h | 363 extern short nobeep, oldx, oldy, playerx, playery, level;
|
| display.c | 479 oldy = playery;
|
| create.c | 55 oldy = 25;
|
| /src/games/hack/ |
| hack.c | 149 xchar oldx, oldy; local 181 oldy = u.uy; 340 newsym(oldx,oldy); 352 nose1(oldx - u.dx, oldy - u.dy); 372 nose1(oldx - u.dx, oldy - u.dy);
|
| /src/lib/libc/time/ |
| zdump.c | 759 intmax_t oldy = oldp->tm_year; local 760 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT;
|
| /src/tests/lib/libcurses/slave/ |
| curses_commands.c | 1931 ARG_INT(oldy); 1937 report_return(mvcur(oldy, oldx, y, x));
|