Searched refs:o_on (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.shk.c641 obj = o_on(id, billobjs);
642 else if (!(obj = o_on(id, invent)) &&
643 !(obj = o_on(id, fobj)) &&
644 !(obj = o_on(id, fcobj))) {
646 if ((obj = o_on(id, mtmp->minvent)) != NULL)
649 if ((obj = o_on(id, mtmp->minvent)) != NULL)
H A Dextern.h176 struct obj *o_on(unsigned int, struct obj *);
H A Dhack.invent.c328 o_on(unsigned int id, struct obj *objchn) function

Completed in 140 milliseconds