Searched refs:is_boots (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.h178 #define is_boots(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)
1196 else if (is_boots(otmp)) {
1317 } else if (is_boots(otmp)) {
1445 if(is_boots(otmp)) afternmv = Boots_on;
H A Dengrave.c567 if (is_boots(otmp)) {
H A Du_init.c1032 else if (is_boots(obj) && !uarmf)
H A Dworn.c449 if (!is_boots(obj)) continue;
H A Dobjnam.c307 if(is_boots(obj) || is_gloves(obj)) Strcpy(buf,"pair of ");
321 if(is_boots(obj))
H A Dread.c732 if(is_boots(otmp)) (void) Boots_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.h178 #define is_boots(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)
1196 else if (is_boots(otmp)) {
1317 } else if (is_boots(otmp)) {
1445 if(is_boots(otmp)) afternmv = Boots_on;
H A Dengrave.c567 if (is_boots(otmp)) {
H A Du_init.c1032 else if (is_boots(obj) && !uarmf)
H A Dworn.c449 if (!is_boots(obj)) continue;
H A Dobjnam.c307 if(is_boots(obj) || is_gloves(obj)) Strcpy(buf,"pair of ");
321 if(is_boots(obj))
H A Dread.c732 if(is_boots(otmp)) (void) Boots_off();
H A Dinvent.c1122 if (otyp == LENSES || is_gloves(otmp) || is_boots(otmp))

Completed in 91 milliseconds