Searched refs:oc_olet (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/games/hack/
H A Ddef.objclass.h73 char oc_olet; member in struct:objclass
H A Dhack.o_init.c94 let = objects[first].oc_olet;
96 while(last < end && objects[last].oc_olet == let
119 while(last < end && objects[last].oc_olet == let)
140 if(objects[i].oc_olet != let || !objects[i].oc_name)
157 objects[first].oc_olet != GEM_SYM ||
H A Dhack.mkobj.c110 char let = objects[otyp].oc_olet;
H A Dhack.objnam.c111 switch(ocl->oc_olet) {
141 if(ocl->oc_olet == GEM_SYM)
592 while(i <= NROFOBJECTS && (!let || objects[i].oc_olet == let)){
612 let = objects[typ].oc_olet;
H A Dhack.u_init.c395 trop->trolet = objects[type].oc_olet;

Completed in 127 milliseconds