Searched refs:hmon (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/games/hack/ |
| D | hack.do.c | 425 if (hmon(mon, obj, 1) == TRUE) { in dothrow() 447 if (hmon(mon, obj, 1) == FALSE) in dothrow()
|
| D | hack.fight.c | 218 hmon(struct monst *mon, struct obj *obj, int thrown) in hmon() function 428 if ((malive = hmon(mtmp, uwep, 0)) == TRUE) { in attack()
|
| D | extern.h | 160 boolean hmon(struct monst *, struct obj *, int);
|