Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.invent.c311 o_on(unsigned int id, struct obj *objchn) in o_on() argument
313 while(objchn) { in o_on()
314 if(objchn->o_id == id) return(objchn); in o_on()
315 objchn = objchn->nobj; in o_on()
597 askchain(struct obj *objchn, char *olets, int allflag, int (*fn)(struct obj *), in askchain() argument
605 for(otmp = objchn; otmp; otmp = otmp2){ in askchain()