Home
last modified time | relevance | path

Searched refs:EXPLEN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/hunt/huntd/
H A Dexpl.c42 static EXPL *Expl[EXPLEN]; /* explosion lists */
119 for (ep = Expl[EXPLEN - 1]; ep != NULL; ep = nextep) { in rollexpl()
139 for (x = EXPLEN - 1; x > 0; x--) in rollexpl()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h214 #define EXPLEN 4 macro