Searched refs:ourclock (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/games/battlestar/
H A Dfly.c45 int ourclock = 120; /* time for all the flights in the game */ variable
174 if (ourclock <= 0) {
269 ourclock--;
279 printw("%3d", ourclock);
H A Dsave.c53 fread(&ourclock, sizeof ourclock, 1, fp);
106 fwrite(&ourclock, sizeof ourclock, 1, fp);
H A Dcypher.c329 getnum(&ourclock, "Clock (was %d) = ", ourclock);
H A Dcommand1.c185 ourclock);
H A Dextern.h275 extern int ourclock, fuel, torps;

Completed in 148 milliseconds