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