Searched refs:OBJ_NAME (Results 1 - 22 of 22) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c129 if (!OBJ_NAME(objects[i])) continue;
131 if (!strcmpi(OBJ_NAME(objects[i]), nm))
H A Do_init.c61 OBJ_NAME(objects[first]) == (char *)0) {
391 Sprintf(buf, " %s", OBJ_NAME(objects[uniq_objs[i]]));
H A Dspell.c19 #define spellname(spell) OBJ_NAME(objects[spellid(spell)])
345 OBJ_NAME(objects[booktype]));
1250 OBJ_NAME(objects[obj->otyp]));
H A Dobjnam.c96 register const char *actualn = OBJ_NAME(*ocl);
241 register const char *actualn = OBJ_NAME(*ocl);
2199 if((zn = OBJ_NAME(objects[i])) && !strcmpi(actualn, zn)) {
2209 if (actualn && (zn = OBJ_NAME(objects[i])) != 0 &&
2217 if (!OBJ_NAME(objects[i])) return (struct obj *)0;
H A Dend.c524 OBJ_NAME(objects[otmp->otyp]),
H A Dweapon.c12 /* Categories whose names don't come from OBJ_NAME(objects[type])
110 OBJ_NAME(objects[skill_names_indices[type]]) : \
H A Ddig.c890 OBJ_NAME(objects[obj->otyp]));
H A Dmkobj.c131 if(objects[i].oc_class != oclass || !OBJ_NAME(objects[i]))
H A Doptions.c578 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ);
1354 /* OBJ_NAME(objects[SLIME_MOLD]) won't work after initialization */
3402 if (!strcmp(OBJ_NAME(objects[i]), pl_fruit)) {
H A Dsp_lev.c853 if (OBJ_NAME(objects[i]) &&
854 !strcmp(OBJ_NAME(objects[i]),m->appear_as.str))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c129 if (!OBJ_NAME(objects[i])) continue;
131 if (!strcmpi(OBJ_NAME(objects[i]), nm))
H A Do_init.c61 OBJ_NAME(objects[first]) == (char *)0) {
391 Sprintf(buf, " %s", OBJ_NAME(objects[uniq_objs[i]]));
H A Dspell.c19 #define spellname(spell) OBJ_NAME(objects[spellid(spell)])
345 OBJ_NAME(objects[booktype]));
1250 OBJ_NAME(objects[obj->otyp]));
H A Dobjnam.c96 register const char *actualn = OBJ_NAME(*ocl);
241 register const char *actualn = OBJ_NAME(*ocl);
2199 if((zn = OBJ_NAME(objects[i])) && !strcmpi(actualn, zn)) {
2209 if (actualn && (zn = OBJ_NAME(objects[i])) != 0 &&
2217 if (!OBJ_NAME(objects[i])) return (struct obj *)0;
H A Dend.c524 OBJ_NAME(objects[otmp->otyp]),
H A Dweapon.c12 /* Categories whose names don't come from OBJ_NAME(objects[type])
110 OBJ_NAME(objects[skill_names_indices[type]]) : \
H A Ddig.c890 OBJ_NAME(objects[obj->otyp]));
H A Dmkobj.c131 if(objects[i].oc_class != oclass || !OBJ_NAME(objects[i]))
H A Doptions.c578 nmcpy(pl_fruit, OBJ_NAME(objects[SLIME_MOLD]), PL_FSIZ);
1354 /* OBJ_NAME(objects[SLIME_MOLD]) won't work after initialization */
3402 if (!strcmp(OBJ_NAME(objects[i]), pl_fruit)) {
H A Dsp_lev.c853 if (OBJ_NAME(objects[i]) &&
854 !strcmp(OBJ_NAME(objects[i]),m->appear_as.str))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h184 #define OBJ_NAME(obj) (obj_descr[(obj).oc_name_idx].oc_name) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h184 #define OBJ_NAME(obj) (obj_descr[(obj).oc_name_idx].oc_name) macro

Completed in 109 milliseconds