Home
last modified time | relevance | path

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

/original-bsd/games/battlestar/
H A Dfly.c116 if (torps){ in visual()
117 torps -= 2; in visual()
196 printw("%3d", torps); in blast()
239 printw("%3d", torps); in moveenemy()
H A Dsave.c47 fread(&torps, sizeof torps, 1, fp); in restore()
101 fwrite(&torps, sizeof torps, 1, fp); in save()
H A Dinit.c37 torps = TORPEDOES;
H A Dcypher.c268 printf("Torps (was %d) = ",torps); in cypher()
271 sscanf(buffer,"%d", &torps); in cypher()
H A Dextern.h229 int clock, fuel, torps; variable