Searched refs:objchn (Results 1 – 1 of 1) sorted by relevance
328 o_on(unsigned int id, struct obj *objchn) in o_on() argument330 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() argument647 for (otmp = objchn; otmp; otmp = otmp2) { in askchain()