Searched refs:W_ART (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h100 # define W_ART 0x00001000L /* Carrying artifact (not really worn) */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h100 # define W_ART 0x00001000L /* Carrying artifact (not really worn) */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c274 if ((obj->owornmask & ~W_ART) && (arti->spfx & SPFX_REFLECT))
351 * unworn/unwielded/dropped. Pickup/drop only set/reset the W_ART mask.
367 dtyp = (wp_mask != W_ART) ? oart->defn.adtyp : oart->cary.adtyp;
382 if (mask && wp_mask == W_ART && !on) {
401 spfx = (wp_mask != W_ART) ? oart->spfx : oart->cspfx;
402 if(spfx && wp_mask == W_ART && !on) {
480 if(wp_mask == W_ART && !on && oart->inv_prop) {
H A Dinvent.c272 set_artifact_intrinsic(obj, 1, W_ART);
517 set_artifact_intrinsic(obj, 0, W_ART);
H A Dread.c914 wornmask = (obj->owornmask & ~(W_BALL|W_ART|W_ARTI));
H A Deat.c2137 if (HRegeneration || ((ERegeneration & (~W_ART)) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c274 if ((obj->owornmask & ~W_ART) && (arti->spfx & SPFX_REFLECT))
351 * unworn/unwielded/dropped. Pickup/drop only set/reset the W_ART mask.
367 dtyp = (wp_mask != W_ART) ? oart->defn.adtyp : oart->cary.adtyp;
382 if (mask && wp_mask == W_ART && !on) {
401 spfx = (wp_mask != W_ART) ? oart->spfx : oart->cspfx;
402 if(spfx && wp_mask == W_ART && !on) {
480 if(wp_mask == W_ART && !on && oart->inv_prop) {
H A Dinvent.c272 set_artifact_intrinsic(obj, 1, W_ART);
517 set_artifact_intrinsic(obj, 0, W_ART);
H A Dread.c914 wornmask = (obj->owornmask & ~(W_BALL|W_ART|W_ARTI));
H A Deat.c2137 if (HRegeneration || ((ERegeneration & (~W_ART)) &&

Completed in 102 milliseconds