Home
last modified time | relevance | path

Searched refs:ourclock (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/battlestar/
H A Dfly.c52 int ourclock = 120; /* time for all the flights in the game */ variable
178 if (ourclock <= 0) { in visual()
274 ourclock--; in moveenemy()
284 printw("%3d", ourclock); in moveenemy()
H A Dsave.c57 fread(&ourclock, sizeof ourclock, 1, fp); in restore()
111 fwrite(&ourclock, sizeof ourclock, 1, fp); in save()
H A Dinit.c134 ourclock = 10; in checkout()
H A Dcypher.c438 printf("Clock (was %d) = ", ourclock); in cypher()
441 sscanf(buffer, "%d", &ourclock); in cypher()
H A Dextern.h289 extern int ourclock, fuel, torps;
H A Dcommand1.c201 ourclock); in news()