/src/lib/libpanel/ |
move.c | 37 int oldy, oldx; local in function:move_panel 42 getbegyx(p->win, oldy, oldx); 43 if (__predict_false(y == oldy && x == oldx))
|
/src/sys/arch/usermode/usermode/ |
intr.c | 48 int oldx = usermode_x; local in function:splraise 53 return oldx;
|
/src/usr.sbin/sysinst/ |
upgrade.c | 144 char newx[MAXPATHLEN], oldx[MAXPATHLEN]; local in function:save_X 148 strlcpy(oldx, newx, sizeof(oldx)); 149 strlcat(oldx, ".old", sizeof(oldx)); 153 if (target_symlink_exists_p(oldx)) { 163 printf("saving %s as %s ...", newx, oldx); 167 mv_within_target_or_die(newx, oldx); 180 char newx[MAXPATHLEN], oldx[MAXPATHLEN]; local in function:merge_X 184 strlcpy(oldx, newx, sizeof(oldx)) [all...] |
/src/lib/libcurses/ |
get_wstr.c | 161 int oldx, remain; local in function:__wgetn_wstr 176 oldx = win->curx; 212 wmove(win, win->cury, oldx); 233 mvwadd_wch( win, win->cury, oldx, &cc ); 234 wmove(win, win->cury, oldx);
|
getstr.c | 165 int c, xpos, oldx, remain; local in function:__wgetnstr 173 xpos = oldx = win->curx; 188 if (xpos > oldx) 212 if (win->curx > oldx) 215 wmove(win, win->cury, oldx); 216 xpos = oldx; 237 mvwaddch(win, win->cury, oldx, ' '); 238 wmove(win, win->cury, oldx);
|
/src/games/phantasia/ |
io.c | 175 volatile int oldx, oldy; /* original coordinates on screen */ local in function:getanswer 177 getyx(stdscr, oldy, oldx); 241 move(oldy, oldx);
|
/src/games/warp/ |
weapon.c | 444 int decr = 50, oldy, oldx; local in function:fire_phaser 573 oldx = x; 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/hack/ |
hack.c | 149 xchar oldx, oldy; local in function:domove 180 oldx = u.ux; 340 newsym(oldx,oldy); 352 nose1(oldx - u.dx, oldy - u.dy); 372 nose1(oldx - u.dx, oldy - u.dy);
|
/src/games/larn/ |
data.c | 162 short oldx, oldy; variable in typeref:typename:short
|