Searched refs:mflags1 (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmondata.h27 #define is_flyer(ptr) (((ptr)->mflags1 & M1_FLY) != 0L)
29 #define is_clinger(ptr) (((ptr)->mflags1 & M1_CLING) != 0L)
30 #define is_swimmer(ptr) (((ptr)->mflags1 & M1_SWIM) != 0L)
31 #define breathless(ptr) (((ptr)->mflags1 & M1_BREATHLESS) != 0L)
32 #define amphibious(ptr) (((ptr)->mflags1 & (M1_AMPHIBIOUS | M1_BREATHLESS)) != 0L)
33 #define passes_walls(ptr) (((ptr)->mflags1 & M1_WALLWALK) != 0L)
34 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L)
36 #define tunnels(ptr) (((ptr)->mflags1 & M1_TUNNEL) != 0L)
37 #define needspick(ptr) (((ptr)->mflags1 & M1_NEEDPICK) != 0L)
38 #define hides_under(ptr) (((ptr)->mflags1
[all...]
H A Dpermonst.h58 unsigned long mflags1, /* boolean bitflags */ member in struct:permonst
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmondata.h27 #define is_flyer(ptr) (((ptr)->mflags1 & M1_FLY) != 0L)
29 #define is_clinger(ptr) (((ptr)->mflags1 & M1_CLING) != 0L)
30 #define is_swimmer(ptr) (((ptr)->mflags1 & M1_SWIM) != 0L)
31 #define breathless(ptr) (((ptr)->mflags1 & M1_BREATHLESS) != 0L)
32 #define amphibious(ptr) (((ptr)->mflags1 & (M1_AMPHIBIOUS | M1_BREATHLESS)) != 0L)
33 #define passes_walls(ptr) (((ptr)->mflags1 & M1_WALLWALK) != 0L)
34 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L)
36 #define tunnels(ptr) (((ptr)->mflags1 & M1_TUNNEL) != 0L)
37 #define needspick(ptr) (((ptr)->mflags1 & M1_NEEDPICK) != 0L)
38 #define hides_under(ptr) (((ptr)->mflags1
[all...]
H A Dpermonst.h58 unsigned long mflags1, /* boolean bitflags */ member in struct:permonst
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c580 return ((ptr->mflags1 & weap->mtype) != 0L);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c580 return ((ptr->mflags1 & weap->mtype) != 0L);

Completed in 40 milliseconds