Searched refs:dtotal (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/games/adventure/ |
| D | subr.c | 192 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()
|
| D | save.c | 477 {&dtotal, sizeof(dtotal)}, 590 &dtotal,
|
| D | hdr.h | 149 extern int tk[21], stick, dtotal, attack;
|
| D | init.c | 123 int tk[21], stick, dtotal, attack; variable
|