Searched refs:INTRINSIC (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c226 if (Luck < 0 || (HSee_invisible & INTRINSIC)) {
386 attrcurse() /* remove a random INTRINSIC ability */
389 case 1 : if (HFire_resistance & INTRINSIC) {
390 HFire_resistance &= ~INTRINSIC;
394 case 2 : if (HTeleportation & INTRINSIC) {
395 HTeleportation &= ~INTRINSIC;
399 case 3 : if (HPoison_resistance & INTRINSIC) {
400 HPoison_resistance &= ~INTRINSIC;
404 case 4 : if (HTelepat & INTRINSIC) {
405 HTelepat &= ~INTRINSIC;
[all...]
H A Dattrib.c352 if ((HClairvoyant & (INTRINSIC|TIMEOUT)) &&
593 if(!(*(abil->ability) & INTRINSIC & ~mask)) {
599 if(!(*(abil->ability) & INTRINSIC)) {
H A Dpray.c960 if (!(HTelepat & INTRINSIC)) {
964 } else if (!(HFast & INTRINSIC)) {
967 } else if (!(HStealth & INTRINSIC)) {
971 if (!(HProtection & INTRINSIC)) {
H A Deat.c835 if (!(HInvis & INTRINSIC)) You_feel("hidden!");
884 if (HFast & INTRINSIC) {
885 HFast &= ~INTRINSIC;
H A Dpriest.c511 if (!(HProtection & INTRINSIC)) {
H A Ddo_wear.c1610 if (HProtection & INTRINSIC) uac -= u.ublessed;
H A Dzap.c2014 if (!(HFast & INTRINSIC)) {
2039 if(HFast & (TIMEOUT | INTRINSIC)) {
H A Dcmd.c1013 if (HProtection & INTRINSIC) prot += u.ublessed;
H A Dhack.c2115 if (u.uprops[powers[i]].intrinsic & INTRINSIC) ++powercnt;
H A Dmhitu.c2027 (HFast & (INTRINSIC|TIMEOUT)) &&
H A Dmon.c1859 HTelepat &= ~INTRINSIC;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c226 if (Luck < 0 || (HSee_invisible & INTRINSIC)) {
386 attrcurse() /* remove a random INTRINSIC ability */
389 case 1 : if (HFire_resistance & INTRINSIC) {
390 HFire_resistance &= ~INTRINSIC;
394 case 2 : if (HTeleportation & INTRINSIC) {
395 HTeleportation &= ~INTRINSIC;
399 case 3 : if (HPoison_resistance & INTRINSIC) {
400 HPoison_resistance &= ~INTRINSIC;
404 case 4 : if (HTelepat & INTRINSIC) {
405 HTelepat &= ~INTRINSIC;
[all...]
H A Dattrib.c352 if ((HClairvoyant & (INTRINSIC|TIMEOUT)) &&
593 if(!(*(abil->ability) & INTRINSIC & ~mask)) {
599 if(!(*(abil->ability) & INTRINSIC)) {
H A Dpray.c960 if (!(HTelepat & INTRINSIC)) {
964 } else if (!(HFast & INTRINSIC)) {
967 } else if (!(HStealth & INTRINSIC)) {
971 if (!(HProtection & INTRINSIC)) {
H A Deat.c835 if (!(HInvis & INTRINSIC)) You_feel("hidden!");
884 if (HFast & INTRINSIC) {
885 HFast &= ~INTRINSIC;
H A Dpriest.c511 if (!(HProtection & INTRINSIC)) {
H A Ddo_wear.c1610 if (HProtection & INTRINSIC) uac -= u.ublessed;
H A Dzap.c2014 if (!(HFast & INTRINSIC)) {
2039 if(HFast & (TIMEOUT | INTRINSIC)) {
H A Dcmd.c1013 if (HProtection & INTRINSIC) prot += u.ublessed;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h125 # define INTRINSIC (FROMOUTSIDE|FROMRACE|FROMEXPER) macro
H A Ddisplay.h109 (!Blind && (HTelepat & ~INTRINSIC) && \
H A Dyouprop.h329 #define Very_fast ((HFast & ~INTRINSIC) || EFast)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h125 # define INTRINSIC (FROMOUTSIDE|FROMRACE|FROMEXPER) macro
H A Ddisplay.h109 (!Blind && (HTelepat & ~INTRINSIC) && \
H A Dyouprop.h329 #define Very_fast ((HFast & ~INTRINSIC) || EFast)

Completed in 170 milliseconds

12