Home
last modified time | relevance | path

Searched defs:is_pit (Results 1 – 3 of 3) sorted by relevance

/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dtrap.h86 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dtrap.h86 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dtrap.h93 #define is_pit(ttyp) ((ttyp) == PIT || (ttyp) == SPIKED_PIT) macro