Home
last modified time | relevance | path

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

/openbsd-src/games/hunt/huntd/
H A Dexpl.c116 for (ep = Expl[EXPLEN - 1]; ep != NULL; ep = nextep) { in rollexpl()
134 memmove(&Expl[1], &Expl[0], (EXPLEN - 1) * sizeof Expl[0]); in rollexpl()
145 for (i = EXPLEN - 1; i >= 0; i--) in can_rollexpl()
H A Dserver.h106 #define EXPLEN 16 macro
289 extern EXPL * Expl[EXPLEN];
H A Dextern.c56 EXPL *Expl[EXPLEN]; /* explosion lists */