Searched refs:looky (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/trek/
H A Dklmove.c61 ** looky are the sector that you are going to look at to see
74 int lookx, looky; local
116 looky = nexty + dy;
118 looky < 0 || looky >= NSECTS) {
127 if (looky < 0)
130 if (looky >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
162 if (Sect[lookx][looky] != EMPTY) {
164 looky
[all...]

Completed in 125 milliseconds