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

  /src/games/atc/
struct.h 67 unsigned num_beacons; member in struct:__anon439b482b0308
grammar.y 181 if (sp->num_beacons % REALLOC == 0) {
183 sp->num_beacons + REALLOC, sizeof(BEACON)) != 0)
186 sp->beacon[sp->num_beacons].x = $2;
187 sp->beacon[sp->num_beacons].y = $3;
189 sp->num_beacons++;
input.c 485 if (bn >= sp->num_beacons)
616 if (n >= sp->num_beacons)
graphics.c 215 for (iu = 0; iu < scp->num_beacons; iu++) {

Completed in 12 milliseconds