HomeSort by: relevance | last modified time | path
    Searched refs:oc_olet (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
def.objclass.h 74 char oc_olet; member in struct:objclass
hack.o_init.c 102 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 ||
hack.mkobj.c 116 char let = objects[otyp].oc_olet;
hack.objnam.c 111 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;
hack.u_init.c 402 trop->trolet = objects[type].oc_olet;

Completed in 15 milliseconds