Searched refs:bhitm (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h273 #define bhitm(x, y) bhitm_(x, y) macro
H A Dextern.h2342 E int FDECL(bhitm, (struct monst *,struct obj *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h273 #define bhitm(x, y) bhitm_(x, y) macro
H A Dextern.h2342 E int FDECL(bhitm, (struct monst *,struct obj *));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c101 /* bhitm: monster mtmp was hit by the effect of wand or spell otmp */
103 bhitm(mtmp, otmp) function
2187 /* Default processing via bhitm() for these */
2204 (void) bhitm(u.usteed, obj);
2465 (void) bhitm(u.ustuck, obj);
2470 (void) bhit(u.dx,u.dy, rn1(8,6),ZAPPED_WAND, bhitm,bhito, obj);
H A Dpotion.c1141 (void) bhitm(mon, obj);
H A Dapply.c2731 (void) bhitm(mon, obj);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c101 /* bhitm: monster mtmp was hit by the effect of wand or spell otmp */
103 bhitm(mtmp, otmp) function
2187 /* Default processing via bhitm() for these */
2204 (void) bhitm(u.usteed, obj);
2465 (void) bhitm(u.ustuck, obj);
2470 (void) bhit(u.dx,u.dy, rn1(8,6),ZAPPED_WAND, bhitm,bhito, obj);
H A Dpotion.c1141 (void) bhitm(mon, obj);
H A Dapply.c2731 (void) bhitm(mon, obj);

Completed in 80 milliseconds