Home
last modified time | relevance | path

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

/openbsd/games/hunt/huntd/
H A Dserver.h113 typedef struct expl_def EXPL; typedef
183 EXPL *e_next;
289 extern EXPL * Expl[EXPLEN];
290 extern EXPL * Last_expl;
H A Dexpl.c55 EXPL *ep; in showexpl()
61 ep = malloc(sizeof (EXPL)); in showexpl()
110 EXPL *ep; in rollexpl()
114 EXPL *nextep; in rollexpl()
H A Dextern.c56 EXPL *Expl[EXPLEN]; /* explosion lists */
57 EXPL *Last_expl; /* last explosion on Expl[0] */