Home | History | Annotate | Download | only in trek

Lines Matching defs:looky

61 **	looky are the sector that you are going to look at to see
74 int lookx, looky;
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 = nexty + fudgey;
165 if (looky < 0 || looky >= NSECTS ||
166 Sect[lookx][looky] != EMPTY) {
173 nexty = looky;