Lines Matching refs:otyp
97 switch (scroll->otyp) { in doread()
112 objects[otmp->otyp].oc_name); in doread()
118 objects[otmp->otyp].oc_name); in doread()
123 objects[otmp->otyp].oc_name); in doread()
136 objects[otmp->otyp].oc_name); in doread()
229 objects[uwep->otyp].oc_name); in doread()
237 objects[uwep->otyp].oc_name); in doread()
520 scroll->otyp); in doread()
522 if (!objects[scroll->otyp].oc_name_known) { in doread()
524 objects[scroll->otyp].oc_name_known = 1; in doread()
526 } else if (!objects[scroll->otyp].oc_uname) in doread()
536 objects[otmp->otyp].oc_name_known = 1; in identify()