Home
last modified time | relevance | path

Searched refs:is_shirt (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddo_wear.c1368 } else if (is_shirt(otmp)) {
1402 } else if (is_shirt(otmp)) {
1446 is_shirt(otmp) ? c_shirt :
1463 || is_shirt(otmp)
1537 } else if (is_shirt(otmp)) {
1634 if (is_shirt(otmp)) afternmv = Shirt_on; in dowear()
1644 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/nethack33/nethack-3.3.1/include/
H A Dobj.h176 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dobj.h176 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dobj.h176 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddo_wear.c1263 is_shirt(otmp) ? c_shirt :
1280 || is_shirt(otmp)
1354 } else if (is_shirt(otmp)) {
1454 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddo_wear.c1263 is_shirt(otmp) ? c_shirt :
1280 || is_shirt(otmp)
1354 } else if (is_shirt(otmp)) {
1454 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddo_wear.c1263 is_shirt(otmp) ? c_shirt :
1280 || is_shirt(otmp)
1354 } else if (is_shirt(otmp)) {
1454 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddo_wear.c1609 } else if (is_shirt(otmp)) {
1648 else if (is_shirt(otmp))
1701 : is_shirt(otmp)
1719 if (welded(uwep) && bimanual(uwep) && (is_suit(otmp) || is_shirt(otmp))) {
1813 } else if (is_shirt(otmp)) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddo_wear.c1609 } else if (is_shirt(otmp)) {
1648 else if (is_shirt(otmp))
1701 : is_shirt(otmp)
1719 if (welded(uwep) && bimanual(uwep) && (is_suit(otmp) || is_shirt(otmp))) {
1813 } else if (is_shirt(otmp)) {
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddo_wear.c1425 is_shirt(otmp) ? c_shirt :
1442 || is_shirt(otmp)
1521 } else if (is_shirt(otmp)) {
1621 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddo_wear.c1310 is_shirt(otmp) ? c_shirt :
1327 || is_shirt(otmp)
1401 } else if (is_shirt(otmp)) {
1501 if (is_shirt(otmp)) (void) Shirt_on(); in dowear()
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dobj.h184 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dobj.h184 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dobj.h184 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dobj.h194 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dobj.h200 #define is_shirt(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dobj.h242 #define is_shirt(otmp) ((otmp)->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h224 #define is_shirt(otmp) \ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h224 #define is_shirt(otmp) \ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h254 #define is_shirt(otmp) \ macro
/dports/games/nethack33/nethack-3.3.1/src/
H A Dworn.c378 if (!is_shirt(obj)) continue;
H A Ddo_wear.c1161 is_shirt(otmp) ? c_shirt :
1226 } else if (is_shirt(otmp)) {
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dworn.c378 if (!is_shirt(obj)) continue;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dworn.c378 if (!is_shirt(obj)) continue;
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddo_wear.c1825 : is_shirt(otmp) in canwearobj()
1843 if (welded(uwep) && bimanual(uwep) && (is_suit(otmp) || is_shirt(otmp))) { in canwearobj()
1937 } else if (is_shirt(otmp)) { in canwearobj()

123