Home
last modified time | relevance | path

Searched refs:dtotal (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/adventure/
Dsubr.c192 dtotal = attack = stick = 0; /* 6010 */ in fdwarf()
258 dtotal++; /* 6027 */ in fdwarf()
267 if (dtotal == 0) in fdwarf()
269 if (dtotal != 1) { in fdwarf()
270 printf("There are %d threatening little dwarves ", dtotal); in fdwarf()
Dsave.c477 {&dtotal, sizeof(dtotal)},
590 &dtotal,
Dhdr.h149 extern int tk[21], stick, dtotal, attack;
Dinit.c123 int tk[21], stick, dtotal, attack; variable