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

/openbsd-current/games/atc/
H A Dstruct.h68 int num_beacons; member in struct:__anon46
H A Dgrammar.y166 if (sp->num_beacons % REALLOC == 0) {
168 (sp->num_beacons + REALLOC) ,
173 sp->beacon[sp->num_beacons].x = $2;
174 sp->beacon[sp->num_beacons].y = $3;
176 sp->num_beacons++;
H A Dinput.c381 if (c >= sp->num_beacons)
506 if (c >= sp->num_beacons)
H A Dgraphics.c191 for (i = 0; i < scp->num_beacons; i++) {

Completed in 64 milliseconds