Home
last modified time | relevance | path

Searched refs:unweapon (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dwield.c108 unweapon = (obj->oclass == WEAPON_CLASS) ?
116 unweapon = TRUE; /* for "bare hands" message */
273 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
490 unweapon = TRUE;
603 unweapon = TRUE; in dotwoweapon()
621 unweapon = FALSE; in dotwoweapon()
650 unweapon = TRUE; in uwepgone()
H A Dsteed.c339 if (uwep && is_pole(uwep)) unweapon = FALSE;
618 if (uwep && is_pole(uwep)) unweapon = TRUE;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dwield.c109 unweapon = (obj->oclass == WEAPON_CLASS)
114 unweapon = TRUE; /* for "bare hands" message */
278 unweapon = FALSE; /* [see setuwep()] */ in dowield()
594 unweapon = TRUE;
688 unweapon = TRUE; in uwepgone()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dwield.c109 unweapon = (obj->oclass == WEAPON_CLASS)
114 unweapon = TRUE; /* for "bare hands" message */
278 unweapon = FALSE; /* [see setuwep()] */ in dowield()
594 unweapon = TRUE;
688 unweapon = TRUE; in uwepgone()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dwield.c103 unweapon = (obj->oclass == WEAPON_CLASS) ?
111 unweapon = TRUE; /* for "bare hands" message */
251 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
464 unweapon = TRUE;
562 unweapon = TRUE; in uwepgone()
H A Ddecl.c126 NEARDATA boolean unweapon = FALSE; variable
H A Dsteed.c339 if (uwep && is_pole(uwep)) unweapon = FALSE;
619 if (uwep && is_pole(uwep)) unweapon = TRUE;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dwield.c103 unweapon = (obj->oclass == WEAPON_CLASS) ?
111 unweapon = TRUE; /* for "bare hands" message */
251 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
464 unweapon = TRUE;
562 unweapon = TRUE; in uwepgone()
H A Ddecl.c126 NEARDATA boolean unweapon = FALSE; variable
H A Dsteed.c339 if (uwep && is_pole(uwep)) unweapon = FALSE;
619 if (uwep && is_pole(uwep)) unweapon = TRUE;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dwield.c103 unweapon = (obj->oclass == WEAPON_CLASS) ?
111 unweapon = TRUE; /* for "bare hands" message */
251 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
464 unweapon = TRUE;
562 unweapon = TRUE; in uwepgone()
H A Ddecl.c126 NEARDATA boolean unweapon = FALSE; variable
H A Dsteed.c339 if (uwep && is_pole(uwep)) unweapon = FALSE;
619 if (uwep && is_pole(uwep)) unweapon = TRUE;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dwield.c105 unweapon = (obj->oclass == WEAPON_CLASS) ?
113 unweapon = TRUE; /* for "bare hands" message */
270 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */
480 unweapon = TRUE;
592 unweapon = TRUE; in uwepgone()
H A Dsteed.c351 if (uwep && is_pole(uwep)) unweapon = FALSE;
637 if (uwep && is_pole(uwep)) unweapon = TRUE;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dwield.c103 unweapon = (obj->oclass == WEAPON_CLASS) ?
111 unweapon = TRUE; /* for "bare hands" message */
251 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
464 unweapon = TRUE;
576 unweapon = TRUE; in uwepgone()
H A Dsteed.c351 if (uwep && is_pole(uwep)) unweapon = FALSE;
631 if (uwep && is_pole(uwep)) unweapon = TRUE;
H A Ddecl.c136 NEARDATA boolean unweapon = FALSE; variable
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dwield.c107 unweapon = (obj->oclass == WEAPON_CLASS) ?
112 unweapon = TRUE; /* for "bare hands" message */
246 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
468 unweapon = TRUE; in uwepgone()
H A Ddecl.c113 NEARDATA boolean unweapon = FALSE; variable
/dports/games/nethack33/nethack-3.3.1/src/
H A Dwield.c107 unweapon = (obj->oclass == WEAPON_CLASS) ?
112 unweapon = TRUE; /* for "bare hands" message */
246 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
468 unweapon = TRUE; in uwepgone()
H A Ddecl.c113 NEARDATA boolean unweapon = FALSE; variable
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dwield.c107 unweapon = (obj->oclass == WEAPON_CLASS) ?
112 unweapon = TRUE; /* for "bare hands" message */
246 if (is_weptool(wep)) unweapon = FALSE; /* [see setuwep()] */ in dowield()
468 unweapon = TRUE; in uwepgone()
H A Ddecl.c113 NEARDATA boolean unweapon = FALSE; variable
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dwield.c113 g.unweapon = (obj->oclass == WEAPON_CLASS) in setuwep()
121 g.unweapon = TRUE; in setuwep()
124 g.unweapon = TRUE; /* for "bare hands" message */ in setuwep()
339 g.unweapon = FALSE; /* [see setuwep()] */ in dowield()
712 g.unweapon = TRUE; in wield_tool()
824 g.unweapon = TRUE; in uwepgone()

1234