Home
last modified time | relevance | path

Searched defs:Is_box (Results 1 – 12 of 12) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/include/
H A Dobj.h196 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dobj.h196 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dobj.h196 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dobj.h221 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dobj.h221 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dobj.h221 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dobj.h232 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST || \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dobj.h280 #define Is_box(otmp) ((otmp)->otyp == LARGE_BOX || (otmp)->otyp == CHEST) macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dobj.h240 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST || \ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h263 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h263 #define Is_box(otmp) (otmp->otyp == LARGE_BOX || otmp->otyp == CHEST) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h298 #define Is_box(o) ((o)->otyp == LARGE_BOX || (o)->otyp == CHEST) macro