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

  /src/games/trek/
klmove.c 58 ** stars whenever possible. Nextx and nexty are the next
73 int nextx, nexty; local
113 nexty = k->y;
116 looky = nexty + dy;
164 looky = nexty + fudgey;
173 nexty = looky;
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;
  /src/sys/dev/rcons/
raster_text.c 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/bsd/tmux/dist/
window-copy.c 2209 u_int px, py, nextx, nexty; local
2227 nexty = py;
2228 if (grid_get_line(data->backing->grid, nexty)->flags &
2231 nexty++;
2234 !window_copy_in_set(wme, nextx, nexty, WHITESPACE))

Completed in 28 milliseconds