HomeSort by: relevance | last modified time | path
    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