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