Searched refs:torps (Results 1 – 6 of 6) sorted by relevance
/openbsd/games/battlestar/ |
H A D | fly.c | 148 if (torps) { in visual() 149 torps -= 2; in visual() 231 printw("%3d", torps); in blast() 275 printw("%3d", torps); in moveenemy()
|
H A D | save.c | 68 fread(&torps, sizeof torps, 1, fp); in restore() 121 fwrite(&torps, sizeof torps, 1, fp); in save()
|
H A D | init.c | 65 torps = TORPEDOES; in initialize()
|
H A D | globals.c | 250 int fuel, torps; variable
|
H A D | cypher.c | 326 getnum(&torps, "Torps (was %d) = ", torps); in cypher()
|
H A D | extern.h | 275 extern int ourclock, fuel, torps;
|