Home
last modified time | relevance | path

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

/dports/games/nethack33/nethack-3.3.1/src/
H A Dweapon.c127 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dweapon.c127 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dweapon.c127 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/nethack34/nethack-3.4.3/src/
H A Dweapon.c131 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
202 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dweapon.c131 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
202 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dweapon.c139 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
210 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dweapon.c137 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
208 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dweapon.c118 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
189 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dweapon.c162 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
245 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dweapon.c145 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
215 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dweapon.c145 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
215 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dweapon.c150 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); in hitval() local
218 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); in dmgval() local