Home
last modified time | relevance | path

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

/openbsd/games/battlestar/
H A Dfly.c148 if (torps) { in visual()
149 torps -= 2; in visual()
231 printw("%3d", torps); in blast()
275 printw("%3d", torps); in moveenemy()
H A Dsave.c68 fread(&torps, sizeof torps, 1, fp); in restore()
121 fwrite(&torps, sizeof torps, 1, fp); in save()
H A Dinit.c65 torps = TORPEDOES; in initialize()
H A Dglobals.c250 int fuel, torps; variable
H A Dcypher.c326 getnum(&torps, "Torps (was %d) = ", torps); in cypher()
H A Dextern.h275 extern int ourclock, fuel, torps;