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

/netbsd-current/games/hack/
H A Ddef.objclass.h74 char oc_olet; member in struct:objclass
H A Dhack.o_init.c102 let = objects[first].oc_olet;
104 while (last < end && objects[last].oc_olet == let
128 while (last < end && objects[last].oc_olet == let)
149 if (objects[i].oc_olet != let || !objects[i].oc_name)
165 objects[first].oc_olet != GEM_SYM ||
H A Dhack.mkobj.c116 char let = objects[otyp].oc_olet;
H A Dhack.objnam.c111 switch (ocl->oc_olet) {
141 if (ocl->oc_olet == GEM_SYM) {
622 while (i <= NROFOBJECTS && (!let || objects[i].oc_olet == let)) {
645 let = objects[typ].oc_olet;
H A Dhack.u_init.c402 trop->trolet = objects[type].oc_olet;

Completed in 143 milliseconds