Searched refs:ourclock (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/games/battlestar/ |
| H A D | fly.c | 52 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 D | save.c | 57 fread(&ourclock, sizeof ourclock, 1, fp); in restore() 111 fwrite(&ourclock, sizeof ourclock, 1, fp); in save()
|
| H A D | init.c | 134 ourclock = 10; in checkout()
|
| H A D | cypher.c | 438 printf("Clock (was %d) = ", ourclock); in cypher() 441 sscanf(buffer, "%d", &ourclock); in cypher()
|
| H A D | extern.h | 289 extern int ourclock, fuel, torps;
|
| H A D | command1.c | 201 ourclock); in news()
|