HomeSort by: relevance | last modified time | path
    Searched refs:nextx (Results 1 - 6 of 6) sorted by relevancy

  /src/games/trek/
klmove.c 58 ** stars whenever possible. Nextx and nexty are the next
73 int nextx, nexty; local
112 nextx = k->x;
115 lookx = nextx + dx;
159 lookx = nextx + fudgex;
161 lookx = nextx + dx;
172 nextx = lookx;
175 if (k && (k->x != nextx || k->y != nexty)) {
178 k->x, k->y, nextx, nexty);
180 Sect[k->x = nextx][k->y = nexty] = KLINGON
    [all...]
  /src/sys/dev/rcons/
raster_text.c 104 x + c->homex + n * c->nextx > r->width ||
113 ++i, x1 += c->nextx, y1 += c->nexty )
133 ++i, x1 += c->nextx, y1 += c->nexty )
raster.h 102 int nextx, nexty; member in struct:raster_char
  /src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc 4247 rtx_insn *x, *prevx, *nextx;
4257 for (nextx = NULL, insn_cnt2 = 1, x = get_last_insn ();
4259 nextx = x, insn_cnt2++, x = PREV_INSN (x))
4260 gcc_assert (NEXT_INSN (x) == nextx);
4226 rtx_insn *x, *prevx, *nextx; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc 4189 rtx_insn *x, *prevx, *nextx;
4199 for (nextx = NULL, insn_cnt2 = 1, x = get_last_insn ();
4201 nextx = x, insn_cnt2++, x = PREV_INSN (x))
4202 gcc_assert (NEXT_INSN (x) == nextx);
4168 rtx_insn *x, *prevx, *nextx; local
  /src/external/bsd/tmux/dist/
window-copy.c 2209 u_int px, py, nextx, nexty; local
2226 nextx = px + 1;
2229 GRID_LINE_WRAPPED && nextx > screen_size_x(data->backing) - 1) {
2230 nextx = 0;
2234 !window_copy_in_set(wme, nextx, nexty, WHITESPACE))

Completed in 42 milliseconds