Home
last modified time | relevance | path

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

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