Searched refs:STATUE_HISTORIC (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.h38 #define STATUE_HISTORIC 0x01 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h38 #define STATUE_HISTORIC 0x01 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c370 (Role_if(PM_ARCHEOLOGIST) && (obj->spe & STATUE_HISTORIC)) ? "historic " : "" ,
2589 otmp->spe = ishistoric ? STATUE_HISTORIC : 0;
H A Dtrap.c412 boolean historic = (Role_if(PM_ARCHEOLOGIST) && !flags.mon_moving && (statue->spe & STATUE_HISTORIC));
H A Dzap.c3805 if (Role_if(PM_ARCHEOLOGIST) && !flags.mon_moving && (obj->spe & STATUE_HISTORIC)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c370 (Role_if(PM_ARCHEOLOGIST) && (obj->spe & STATUE_HISTORIC)) ? "historic " : "" ,
2589 otmp->spe = ishistoric ? STATUE_HISTORIC : 0;
H A Dtrap.c412 boolean historic = (Role_if(PM_ARCHEOLOGIST) && !flags.mon_moving && (statue->spe & STATUE_HISTORIC));
H A Dzap.c3805 if (Role_if(PM_ARCHEOLOGIST) && !flags.mon_moving && (obj->spe & STATUE_HISTORIC)) {

Completed in 119 milliseconds