HomeSort by: relevance | last modified time | path
    Searched refs:o_on (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hack/
hack.shk.c 641 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)
hack.shk.c 641 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)
extern.h 176 struct obj *o_on(unsigned int, struct obj *);
extern.h 176 struct obj *o_on(unsigned int, struct obj *);
hack.invent.c 328 o_on(unsigned int id, struct obj *objchn) function in typeref:struct:obj *
hack.invent.c 328 o_on(unsigned int id, struct obj *objchn) function in typeref:struct:obj *

Completed in 25 milliseconds