| /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/sys/arch/usermode/usermode/ |
| intr.c | 48 int oldx = usermode_x; local 53 return oldx;
|
| /src/usr.sbin/sysinst/ |
| upgrade.c | 144 char newx[MAXPATHLEN], oldx[MAXPATHLEN]; local 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 184 strlcpy(oldx, newx, sizeof(oldx)) [all...] |
| /src/lib/libcurses/ |
| getstr.c | 165 int c, xpos, oldx, remain; local 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);
|
| get_wstr.c | 161 int oldx, remain; local 176 oldx = win->curx; 212 wmove(win, win->cury, oldx); 233 mvwadd_wch( win, win->cury, oldx, &cc ); 234 wmove(win, win->cury, oldx);
|
| /src/games/phantasia/ |
| io.c | 175 volatile int oldx, oldy; /* original coordinates on screen */ local 177 getyx(stdscr, oldy, oldx); 241 move(oldy, oldx);
|
| /src/external/bsd/tmux/dist/ |
| grid-reader.c | 281 int oldx, oldy, at_eol, word_is_letters; local 301 oldx = gr->cx; 305 gr->cx = oldx; 318 oldx = gr->cx; 332 gr->cx = oldx; 412 u_int px, py, xx, yy, oldx, oldy; local 415 oldx = gr->cx; 434 gr->cx = oldx;
|
| window-copy.c | 3519 u_int foundx, foundy, oldx, px = 0, savepx, savesx = 0; local 3524 oldx = first; 3532 len -= foundx - oldx; 3548 oldx = foundx;
|
| /src/games/warp/ |
| weapon.c | 444 int decr = 50, oldy, oldx; local 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/external/bsd/nvi/dist/vi/ |
| vs_line.c | 53 size_t offset_in_char, offset_in_line, oldx, oldy; local 96 (void)gp->scr_cursor(sp, &oldy, &oldx); 200 (void)gp->scr_move(sp, oldy, oldx); 553 ret1: (void)gp->scr_move(sp, oldy, oldx); 568 size_t len, oldy, oldx; local 589 (void)gp->scr_cursor(sp, &oldy, &oldx); 611 (void)gp->scr_move(sp, oldy, oldx);
|
| vs_msg.c | 168 size_t len, mlen, oldx, oldy; local 194 (void)gp->scr_cursor(sp, &oldy, &oldx); 218 (void)gp->scr_move(sp, oldy, oldx); 239 size_t maxcols, oldx, oldy, padding; local 313 (void)gp->scr_cursor(sp, &oldy, &oldx); 391 ret: (void)gp->scr_move(sp, oldy, oldx); 656 size_t oldy, oldx; local 673 (void)gp->scr_cursor(csp, &oldy, &oldx); 748 (void)gp->scr_move(csp, oldy, oldx);
|
| vs_smap.c | 55 size_t cnt, oldy, oldx; local 139 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); 164 (void)sp->gp->scr_move(sp, oldy, oldx); 789 size_t oldy, oldx; local 802 (void)gp->scr_cursor(sp, &oldy, &oldx); 807 (void)gp->scr_move(sp, oldy, oldx); 1022 size_t oldy, oldx; local 1036 (void)gp->scr_cursor(sp, &oldy, &oldx); 1040 (void)gp->scr_move(sp, oldy, oldx);
|
| /src/games/hack/ |
| hack.c | 149 xchar oldx, oldy; local 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/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fstrcmp.c | 215 int oldx; local 226 oldx = x; 233 if (x - oldx > SNAKE_LIMIT) 257 int oldx; local 267 oldx = x; 274 if (oldx - x > SNAKE_LIMIT)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| fstrcmp.c | 215 int oldx; local 226 oldx = x; 233 if (x - oldx > SNAKE_LIMIT) 257 int oldx; local 267 oldx = x; 274 if (oldx - x > SNAKE_LIMIT)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| fstrcmp.c | 215 int oldx; local 226 oldx = x; 233 if (x - oldx > SNAKE_LIMIT) 257 int oldx; local 267 oldx = x; 274 if (oldx - x > SNAKE_LIMIT)
|
| /src/games/larn/ |
| data.c | 162 short oldx, oldy; variable
|
| /src/external/gpl2/diffutils/dist/src/ |
| analyze.c | 127 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local 133 oldx = x; 137 if (x - oldx > SNAKE_LIMIT) 154 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local 160 oldx = x; 164 if (oldx - x > SNAKE_LIMIT)
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| draw.c | 304 int oldx, oldw; local 331 oldx = dw->dvi.state->x; 338 dw->dvi.state->x = oldx;
|
| /src/external/gpl2/xcvs/dist/diff/ |
| analyze.c | 129 int x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local 135 oldx = x; 139 if (x - oldx > SNAKE_LIMIT) 156 int x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local 162 oldx = x; 166 if (oldx - x > SNAKE_LIMIT)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| explow.cc | 443 rtx oldx = x; 468 if (memory_address_addr_space_p (mode, oldx, as)) 470 x = oldx; 480 x = targetm.addr_space.legitimize_address (x, oldx, mode, as); 530 if (oldx == x) 539 /* OLDX may have been the address on a temporary. Update the address 541 update_temp_slot_address (oldx, x); 440 rtx oldx = x; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| explow.cc | 443 rtx oldx = x; 468 if (memory_address_addr_space_p (mode, oldx, as)) 470 x = oldx; 480 x = targetm.addr_space.legitimize_address (x, oldx, mode, as); 530 if (oldx == x) 539 /* OLDX may have been the address on a temporary. Update the address 541 update_temp_slot_address (oldx, x); 440 rtx oldx = x; local
|
| /src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| m32c.cc | 1836 m32c_legitimize_address (rtx x, rtx oldx ATTRIBUTE_UNUSED, 2061 m32c_addr_space_legitimize_address (rtx x, rtx oldx, machine_mode mode, 2079 return m32c_legitimize_address (x, oldx, mode); 3250 rtx oldx = x; local 3252 MEM_COPY_ATTRIBUTES (x, SUBREG_REG (oldx));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| m32c.cc | 1833 m32c_legitimize_address (rtx x, rtx oldx ATTRIBUTE_UNUSED, 2058 m32c_addr_space_legitimize_address (rtx x, rtx oldx, machine_mode mode, 2076 return m32c_legitimize_address (x, oldx, mode); 3248 rtx oldx = x; local 3250 MEM_COPY_ATTRIBUTES (x, SUBREG_REG (oldx));
|