Home
last modified time | relevance | path

Searched refs: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
129 if (Is_weapon)
138 if (Is_weapon && otmp->blessed &&
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
256 if (Is_weapon) {
280 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dweapon.c127 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
129 if (Is_weapon)
138 if (Is_weapon && otmp->blessed &&
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
256 if (Is_weapon) {
280 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dweapon.c127 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
129 if (Is_weapon)
138 if (Is_weapon && otmp->blessed &&
197 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
256 if (Is_weapon) {
280 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/dports/games/nethack34/nethack-3.4.3/src/
H A Dweapon.c131 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
133 if (Is_weapon)
142 if (Is_weapon && otmp->blessed &&
202 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
261 if (Is_weapon) {
285 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dweapon.c131 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
133 if (Is_weapon)
142 if (Is_weapon && otmp->blessed &&
202 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
261 if (Is_weapon) {
285 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/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
141 if (Is_weapon)
150 if (Is_weapon && otmp->blessed &&
210 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
269 if (Is_weapon) {
293 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dweapon.c118 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
120 if (Is_weapon)
129 if (Is_weapon && otmp->blessed &&
189 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
249 if (Is_weapon) {
273 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/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
139 if (Is_weapon)
148 if (Is_weapon && otmp->blessed &&
208 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
267 if (Is_weapon) {
291 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/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
164 if (Is_weapon)
176 if (Is_weapon && otmp->blessed &&
183 if (Is_weapon && (objects[otmp->otyp].oc_skill == P_PADDLE) &&
245 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
332 if (Is_weapon) {
356 if (Is_weapon || otmp->oclass == GEM_CLASS ||
/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
147 if (Is_weapon)
156 if (Is_weapon && otmp->blessed
215 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
291 if (Is_weapon) {
317 if (Is_weapon || otmp->oclass == GEM_CLASS || otmp->oclass == BALL_CLASS
/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
147 if (Is_weapon)
156 if (Is_weapon && otmp->blessed
215 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); local
291 if (Is_weapon) {
317 if (Is_weapon || otmp->oclass == GEM_CLASS || otmp->oclass == BALL_CLASS
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dweapon.c150 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); in hitval() local
152 if (Is_weapon) in hitval()
161 if (Is_weapon && otmp->blessed in hitval()
218 boolean Is_weapon = (otmp->oclass == WEAPON_CLASS || is_weptool(otmp)); in dmgval() local
287 if (Is_weapon) { in dmgval()