Lines Matching defs:otmp
89 /* bhitm: monster mtmp was hit by the effect of wand otmp */
91 bhitm(struct monst *mtmp, struct obj *otmp)
94 switch (otmp->otyp) {
122 objects[otmp->otyp].oc_name_known = 1;
139 impossible("What an interesting wand (%u)", otmp->otyp);
144 * object obj was hit by the effect of wand otmp
148 bhito(struct obj *obj, struct obj *otmp)
155 switch (otmp->otyp) {
195 impossible("What an interesting wand (%u)", otmp->otyp);
223 struct obj *otmp = o_at(u.ux, u.uy);
224 if (otmp)
225 (void) bhito(otmp, obj);
250 struct obj *otmp;
259 otmp = readobjnam(buf);
260 otmp = addinv(otmp);
261 prinv(otmp);
397 struct obj *otmp;
417 if (fhito && (otmp = o_at(bhitpos.x, bhitpos.y))) {
418 if ((*fhito) (otmp, obj))