Searched refs:is_shield (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h174 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h174 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1222 else if(is_shield(otmp))
1301 } else if (is_shield(otmp)) {
1452 if (is_shield(otmp)) (void) Shield_on();
H A Dread.c696 (is_shield(otmp) ? "layer" : "shield"));
735 if(is_shield(otmp)) (void) Shield_off();
H A Du_init.c1019 if (is_shield(obj) && !uarms) {
H A Dworn.c443 if (!is_shield(obj)) continue;
H A Dobjnam.c329 else if(is_shield(obj))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1222 else if(is_shield(otmp))
1301 } else if (is_shield(otmp)) {
1452 if (is_shield(otmp)) (void) Shield_on();
H A Dread.c696 (is_shield(otmp) ? "layer" : "shield"));
735 if(is_shield(otmp)) (void) Shield_off();
H A Du_init.c1019 if (is_shield(obj) && !uarms) {
H A Dworn.c443 if (!is_shield(obj)) continue;
H A Dobjnam.c329 else if(is_shield(obj))

Completed in 128 milliseconds