/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 *
|