Searched refs:is_suit (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h186 #define is_suit(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h186 #define is_suit(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1265 is_suit(otmp) ? c_suit : 0;
1278 (is_suit(otmp)
1372 } else if (is_suit(otmp)) {
H A Du_init.c1034 else if (is_suit(obj) && !uarm)
H A Dworn.c452 if (!is_suit(obj)) continue;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1265 is_suit(otmp) ? c_suit : 0;
1278 (is_suit(otmp)
1372 } else if (is_suit(otmp)) {
H A Du_init.c1034 else if (is_suit(obj) && !uarm)
H A Dworn.c452 if (!is_suit(obj)) continue;

Completed in 104 milliseconds