Lines Matching defs:oep
209 struct engr *ep, *oep = engr_at(u.ux, u.uy);
260 if (oep && oep->engr_type != DUST)
270 if (oep && oep->engr_type == DUST) {
272 del_engr(oep);
273 oep = 0;
275 if (type == DUST && oep) {
277 (oep->engr_type == BURN) ? "burned" : "engraved");
320 if (oep)
321 len += strlen(oep->engr_txt) + spct;
329 if (oep) {
330 (void) strcpy(sp, oep->engr_txt);
332 del_engr(oep);