OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ourclock
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/battlestar/
fly.c
52
int
ourclock
= 120; /* time for all the flights in the game */
variable in typeref:typename:int
178
if (
ourclock
<= 0) {
274
ourclock
--;
284
printw("%3d",
ourclock
);
init.c
134
ourclock
= 10;
save.c
57
fread(&
ourclock
, sizeof
ourclock
, 1, fp);
111
fwrite(&
ourclock
, sizeof
ourclock
, 1, fp);
cypher.c
438
printf("Clock (was %d) = ",
ourclock
);
441
sscanf(buffer, "%d", &
ourclock
);
command1.c
201
ourclock
);
extern.h
289
extern int
ourclock
, fuel, torps;
Completed in 14 milliseconds
Indexes created Mon Oct 13 15:10:03 GMT 2025