HomeSort by: relevance | last modified time | path
    Searched defs:bhitm (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.zap.c 80 static void bhitm(struct monst *, struct obj *);
89 /* bhitm: monster mtmp was hit by the effect of wand otmp */
91 bhitm(struct monst *mtmp, struct obj *otmp) function in typeref:typename:void
220 bhitm(u.ustuck, obj);
228 (void) bhit(u.dx, u.dy, rn1(8, 6), 0, bhitm, bhito, obj);
hack.zap.c 80 static void bhitm(struct monst *, struct obj *);
89 /* bhitm: monster mtmp was hit by the effect of wand otmp */
91 bhitm(struct monst *mtmp, struct obj *otmp) function in typeref:typename:void
220 bhitm(u.ustuck, obj);
228 (void) bhit(u.dx, u.dy, rn1(8, 6), 0, bhitm, bhito, obj);

Completed in 21 milliseconds