Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dextern.h437 int mintrap(struct monst *);
H A Dhack.trap.c211 mintrap(struct monst *mtmp) in mintrap() function
H A Dhack.mon.c333 i = mintrap(mtmp); in m_move()
533 if (mintrap(mtmp) == 2) /* he died */ in m_move()
H A Dhack.dog.c467 if (mintrap(mtmp) == 2) /* he died */ in dog_move()