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

  /src/games/trek/
klmove.c 58 ** stars whenever possible. Nextx and nexty are the next
73 int nextx, nexty; local in function:klmove
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

Completed in 53 milliseconds