Searched refs:Is_mbag (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h222 #define Is_mbag(otmp) (otmp->otyp == BAG_OF_HOLDING || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h222 #define Is_mbag(otmp) (otmp->otyp == BAG_OF_HOLDING || \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1750 if ((Is_mbag(obj) || obj->otyp == WAN_CANCELLATION) &&
1879 } else if (Is_mbag(current_container) && mbag_explodes(obj, 0)) {
2120 if (Is_mbag(obj) && obj->cursed && !rn2(13)) {
H A Ddokick.c352 if (!Is_container(obj) || Is_mbag(obj)) return;
H A Dmkobj.c189 if (Is_mbag(otmp)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1750 if ((Is_mbag(obj) || obj->otyp == WAN_CANCELLATION) &&
1879 } else if (Is_mbag(current_container) && mbag_explodes(obj, 0)) {
2120 if (Is_mbag(obj) && obj->cursed && !rn2(13)) {
H A Ddokick.c352 if (!Is_container(obj) || Is_mbag(obj)) return;
H A Dmkobj.c189 if (Is_mbag(otmp)) {

Completed in 74 milliseconds