Searched refs:mydogs (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/hack/
H A Dhack.dog.c103 struct monst *mydogs = 0; variable in typeref:struct:monst
112 while ((mtmp = mydogs)) {
113 mydogs = mtmp->nmon;
135 mtmp->nmon = mydogs;
136 mydogs = mtmp;
H A Dhack.end.c221 extern struct monst *mydogs;
230 mtmp = mydogs;

Completed in 217 milliseconds