OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 03:10:13 GMT 2025