Home
last modified time | relevance | path

Searched defs:infravision (Results 1 – 17 of 17) sorted by relevance

/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dfov.c60 void fov_calculate(fov *fv, map *m, position pos, int radius, gboolean infravision) in fov_calculate()
97 gboolean infravision, gboolean mchk) in fov_set()
181 gboolean infravision, int row, in fov_calculate_octant()
H A Dplayer.c4361 gboolean infravision = player_effect(p, ET_INFRAVISION); in player_update_fov() local
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgameclk.cc59 bool infravision, in get_final_palette()
H A Dcheat.h67 bool infravision; variable
/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h117 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h117 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h117 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h130 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h130 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h130 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h136 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h153 #define infravision(ptr) (((ptr)->mflags3 & M3_INFRAVISION)) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h153 #define infravision(ptr) (((ptr)->mflags3 & M3_INFRAVISION)) macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h154 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h196 #define infravision(ptr) (((ptr)->mflags3 & M3_INFRAVISION)) macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h148 #define infravision(ptr) ((ptr->mflags3 & M3_INFRAVISION)) macro
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Dintrinsics.cc3319 USECODE_INTRINSIC(infravision) { in USECODE_INTRINSIC() argument