Lines Matching refs:monst
80 static void bhitm(struct monst *, struct obj *);
83 static int zhit(struct monst *, int);
91 bhitm(struct monst *mtmp, struct obj *otmp) in bhitm()
276 struct monst *mtmp = u.ustuck; in dozap()
359 hit(const char *str, struct monst *mtmp, const char *force) in hit()
370 miss(const char *str, struct monst *mtmp) in miss()
388 struct monst *
392 void (*fhitm)(struct monst *, struct obj *), in bhit() argument
396 struct monst *mtmp; in bhit()
436 struct monst *
440 struct monst *mtmp; in boomhit()
503 struct monst *mon; in buzz()
650 zhit(struct monst *mon, int type) /* returns damage to mon */ in zhit()
692 struct monst *mtmp = NULL; in revive()