Searched refs:is_gloves (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h180 #define is_gloves(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1171 (is_boots(otmp) || is_gloves(otmp) || otmp->quan > 1L)
1192 else if (is_gloves(otmp)) {
1343 } else if (is_gloves(otmp)) {
1447 if(is_gloves(otmp)) afternmv = Gloves_on;
H A Du_init.c1024 else if (is_gloves(obj) && !uarmg)
H A Dworn.c446 if (!is_gloves(obj)) continue;
H A Dobjnam.c307 if(is_boots(obj) || is_gloves(obj)) Strcpy(buf,"pair of ");
323 else if(is_gloves(obj))
H A Dmonmove.c1340 !is_gloves(obj) && typ != LEATHER_JACKET &&
H A Dread.c734 if(is_gloves(otmp)) (void) Gloves_off();
H A Dinvent.c1122 if (otyp == LENSES || is_gloves(otmp) || is_boots(otmp))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h180 #define is_gloves(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1171 (is_boots(otmp) || is_gloves(otmp) || otmp->quan > 1L)
1192 else if (is_gloves(otmp)) {
1343 } else if (is_gloves(otmp)) {
1447 if(is_gloves(otmp)) afternmv = Gloves_on;
H A Du_init.c1024 else if (is_gloves(obj) && !uarmg)
H A Dworn.c446 if (!is_gloves(obj)) continue;
H A Dobjnam.c307 if(is_boots(obj) || is_gloves(obj)) Strcpy(buf,"pair of ");
323 else if(is_gloves(obj))
H A Dmonmove.c1340 !is_gloves(obj) && typ != LEATHER_JACKET &&
H A Dread.c734 if(is_gloves(otmp)) (void) Gloves_off();
H A Dinvent.c1122 if (otyp == LENSES || is_gloves(otmp) || is_boots(otmp))

Completed in 86 milliseconds