Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.invent.c328 o_on(unsigned int id, struct obj *objchn) in o_on() argument
330 while (objchn) { in o_on()
331 if (objchn->o_id == id) in o_on()
332 return (objchn); in o_on()
333 objchn = objchn->nobj; in o_on()
638 askchain(struct obj *objchn, char *olets, int allflag, in askchain() argument
647 for (otmp = objchn; otmp; otmp = otmp2) { in askchain()