Searched refs:is_shirt (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h184 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1263 is_shirt(otmp) ? c_shirt :
1280 || is_shirt(otmp)
1354 } else if (is_shirt(otmp)) {
1454 if (is_shirt(otmp)) (void) Shirt_on();
H A Du_init.c1027 else if (is_shirt(obj) && !uarmu)
H A Dworn.c431 if (!is_shirt(obj)) continue;
H A Dmonmove.c1342 typ != CREDIT_CARD && !is_shirt(obj) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h184 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1263 is_shirt(otmp) ? c_shirt :
1280 || is_shirt(otmp)
1354 } else if (is_shirt(otmp)) {
1454 if (is_shirt(otmp)) (void) Shirt_on();
H A Du_init.c1027 else if (is_shirt(obj) && !uarmu)
H A Dworn.c431 if (!is_shirt(obj)) continue;
H A Dmonmove.c1342 typ != CREDIT_CARD && !is_shirt(obj) &&

Completed in 92 milliseconds