Home
last modified time | relevance | path

Searched defs:canseemon (Results 1 – 13 of 13) sorted by relevance

/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/nethack33/nethack-3.3.1/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Ddisplay.h84 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Ddisplay.h82 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Ddisplay.h80 #define canseemon(mon) ((mon->wormno ? worm_known(mon) : \ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Ddisplay.h93 #define canseemon(mon) \ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Ddisplay.h93 #define canseemon(mon) \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Ddisplay.h91 #define canseemon(mon) (((mon)->wormno ? worm_known(mon) : \ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddisplay.h126 #define canseemon(mon) \ macro
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dtrap.c5972 boolean canseemon = ((byu || cansee(mon->mx, mon->my)) && !Unaware); in doortrapped() local