Home
last modified time | relevance | path

Searched defs:amorphous (Results 1 – 14 of 14) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h29 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h29 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h29 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h34 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h34 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h34 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h35 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h41 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h41 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h46 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h55 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h35 #define amorphous(ptr) (((ptr)->mflags1 & M1_AMORPHOUS) != 0L) macro
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dconsumption.cpp915 const bool amorphous = you.has_trait( trait_AMORPHOUS ); in eat() local
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dconsumption.cpp915 const bool amorphous = you.has_trait( trait_AMORPHOUS ); in eat() local