Home
last modified time | relevance | path

Searched refs:nexty (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/trek/
Dklmove.c73 int nextx, nexty; in klmove() local
113 nexty = k->y; in klmove()
116 looky = nexty + dy; in klmove()
164 looky = nexty + fudgey; in klmove()
173 nexty = looky; in klmove()
175 if (k && (k->x != nextx || k->y != nexty)) { in klmove()
178 k->x, k->y, nextx, nexty); in klmove()
180 Sect[k->x = nextx][k->y = nexty] = KLINGON; in klmove()
/netbsd/src/sys/dev/rcons/
Draster_text.c113 ++i, x1 += c->nextx, y1 += c->nexty ) in raster_textn()
133 ++i, x1 += c->nextx, y1 += c->nexty ) in raster_textn()
Draster.h102 int nextx, nexty; member
/netbsd/src/external/bsd/tmux/dist/
Dwindow-copy.c2032 u_int px, py, nextx, nexty; in window_copy_cmd_select_word() local
2051 nexty = py; in window_copy_cmd_select_word()
2052 if (grid_get_line(data->backing->grid, nexty)->flags & in window_copy_cmd_select_word()
2055 nexty++; in window_copy_cmd_select_word()
2058 !window_copy_in_set(wme, nextx, nexty, WHITESPACE)) in window_copy_cmd_select_word()