Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Dexpl.c43 static EXPL *Last_expl; /* last explosion on Expl[0] */ variable
67 if (Last_expl == NULL) in showexpl()
70 Last_expl->e_next = ep; in showexpl()
71 Last_expl = ep; in showexpl()
141 Last_expl = Expl[0] = NULL; in rollexpl()