Searched refs:mflags3 (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h60 unsigned short mflags3; /* yet more boolean bitflags */ member in struct:permonst
H A Dmondata.h129 #define is_covetous(ptr) ((ptr->mflags3 & M3_COVETOUS))
130 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION))
131 #define infravisible(ptr) ((ptr->mflags3 & M3_INFRAVISIBLE))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h60 unsigned short mflags3; /* yet more boolean bitflags */ member in struct:permonst
H A Dmondata.h129 #define is_covetous(ptr) ((ptr->mflags3 & M3_COVETOUS))
130 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION))
131 #define infravisible(ptr) ((ptr->mflags3 & M3_INFRAVISIBLE))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c1395 mons[urole.ldrnum].mflags3 |= M3_CLOSE;
1410 mons[urole.neminum].mflags3 |= M3_WANTSARTI | M3_WAITFORU;
1426 if (mons[urace.malenum].mflags3 & M3_INFRAVISION) {
1436 mons[urole.malenum].mflags3 |= M3_INFRAVISION;
1438 mons[urole.femalenum].mflags3 |= M3_INFRAVISION;
H A Dmakemon.c1087 if ((ptr->mflags3 & M3_WAITMASK) && !(mmflags & MM_NOWAIT)) {
1088 if (ptr->mflags3 & M3_WAITFORU)
1090 if (ptr->mflags3 & M3_CLOSE)
H A Dwizard.c133 #define M_Wants(mask) (mtmp->data->mflags3 & (mask))
H A Ddog.c753 || (mtmp->data->mflags3 & M3_WANTSARTI))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drole.c1395 mons[urole.ldrnum].mflags3 |= M3_CLOSE;
1410 mons[urole.neminum].mflags3 |= M3_WANTSARTI | M3_WAITFORU;
1426 if (mons[urace.malenum].mflags3 & M3_INFRAVISION) {
1436 mons[urole.malenum].mflags3 |= M3_INFRAVISION;
1438 mons[urole.femalenum].mflags3 |= M3_INFRAVISION;
H A Dmakemon.c1087 if ((ptr->mflags3 & M3_WAITMASK) && !(mmflags & MM_NOWAIT)) {
1088 if (ptr->mflags3 & M3_WAITFORU)
1090 if (ptr->mflags3 & M3_CLOSE)
H A Dwizard.c133 #define M_Wants(mask) (mtmp->data->mflags3 & (mask))
H A Ddog.c753 || (mtmp->data->mflags3 & M3_WANTSARTI))

Completed in 72 milliseconds