Searched refs:is_flimsy (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.h292 #define is_flimsy(otmp) (objects[(otmp)->otyp].oc_material <= LEATHER || \ macro
295 #define is_flimsy(otmp) (objects[(otmp)->otyp].oc_material <= LEATHER) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h292 #define is_flimsy(otmp) (objects[(otmp)->otyp].oc_material <= LEATHER || \ macro
295 #define is_flimsy(otmp) (objects[(otmp)->otyp].oc_material <= LEATHER) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dworn.c440 if (has_horns(mon->data) && !is_flimsy(obj)) continue;
703 (handless_or_tiny || !is_flimsy(otmp))) {
H A Dpolyself.c626 if (is_flimsy(otmp) && !donning(otmp)) {
H A Ddo_wear.c1293 } else if (Upolyd && has_horns(youmonst.data) && !is_flimsy(otmp)) {
H A Duhitm.c617 !is_flimsy(monwep) &&
H A Dapply.c1949 /* Objects passing the is_flimsy() test will not
1952 if (is_flimsy(obj))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dworn.c440 if (has_horns(mon->data) && !is_flimsy(obj)) continue;
703 (handless_or_tiny || !is_flimsy(otmp))) {
H A Dpolyself.c626 if (is_flimsy(otmp) && !donning(otmp)) {
H A Ddo_wear.c1293 } else if (Upolyd && has_horns(youmonst.data) && !is_flimsy(otmp)) {
H A Duhitm.c617 !is_flimsy(monwep) &&
H A Dapply.c1949 /* Objects passing the is_flimsy() test will not
1952 if (is_flimsy(obj))

Completed in 164 milliseconds