Home
last modified time | relevance | path

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

/netbsd/src/games/hack/
Dhack.do.c425 if (hmon(mon, obj, 1) == TRUE) { in dothrow()
447 if (hmon(mon, obj, 1) == FALSE) in dothrow()
Dhack.fight.c218 hmon(struct monst *mon, struct obj *obj, int thrown) in hmon() function
428 if ((malive = hmon(mtmp, uwep, 0)) == TRUE) { in attack()
Dextern.h160 boolean hmon(struct monst *, struct obj *, int);