Home
last modified time | relevance | path

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

/original-bsd/games/hack/
H A Dhack.invent.c238 o_on(id, objchn) unsigned int id; register struct obj *objchn; { in o_on() argument
239 while(objchn) {
240 if(objchn->o_id == id) return(objchn);
241 objchn = objchn->nobj;
520 askchain(objchn, olets, allflag, fn, ckfn, max)
521 struct obj *objchn; variable
531 for(otmp = objchn; otmp; otmp = otmp2){