Lines Matching refs:otyp
102 typename(int otyp) in typename() argument
106 struct objclass *ocl = &objects[otyp]; in typename()
127 if (otyp >= TURQUOISE && otyp <= JADE) in typename()
175 int nn = objects[obj->otyp].oc_name_known; in xname()
176 const char *an = objects[obj->otyp].oc_name; in xname()
177 const char *dn = objects[obj->otyp].oc_descr; in xname()
178 char *un = objects[obj->otyp].oc_uname; in xname()
197 if (obj->otyp == DEAD_HOMUNCULUS && pl) { in xname()
205 if (obj->otyp == WORM_TOOTH && pl) { in xname()
210 if (obj->otyp == CRYSKNIFE && pl) { in xname()
223 (obj->owt > objects[obj->otyp].oc_weight) ? "very " : ""); in xname()
295 if (obj->otyp >= TURQUOISE && obj->otyp <= JADE) in xname()
300 obj->olet, obj->olet, obj->otyp, obj->spe); in xname()
379 if (obj->known && (objects[obj->otyp].bits & SPEC)) { in doname()