Searched refs:W_WEP (Results 1 - 25 of 38) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h97 # define W_WEP 0x00000100L /* Wielded weapon */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h97 # define W_WEP 0x00000100L /* Wielded weapon */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c93 setworn(obj, W_WEP);
167 wep->owornmask |= W_WEP;
561 setworn((struct obj *)0, W_WEP);
H A Dsteal.c211 } else if (obj->owornmask & (W_WEP|W_SWAPWEP|W_QUIVER)) {
536 if (obj->owornmask & W_WEP) setmnotwielded(mon, obj);
H A Dworn.c26 { W_WEP, &uwep },
65 if (u.twoweap && (oobj->owornmask & (W_WEP|W_SWAPWEP)))
90 mask != W_WEP) {
H A Ddo_wear.c36 static NEARDATA const long takeoff_order[] = { WORN_BLINDF, W_WEP,
1862 else if(otmp == uwep) takeoff_mask |= W_WEP;
1876 if (taking_off == W_WEP) {
1960 } else if (taking_off == W_WEP) {
2049 if (!(takeoff_mask & ~(W_WEP|W_SWAPWEP|W_QUIVER)))
H A Dweapon.c681 obj->owornmask = W_WEP;
1314 obj->owornmask &= ~W_WEP;
H A Dinvent.c203 if (wmask & W_WEP) wmask = W_WEP;
221 otmp->owornmask = W_WEP;
845 (otmp->owornmask & W_WEP))
1166 W_WEP | W_SWAPWEP | W_QUIVER))));
H A Dpickup.c368 (W_ARMOR | W_RING | W_AMUL | W_TOOL | W_WEP | W_SWAPWEP | W_QUIVER)))
829 !(curr->owornmask & (W_ARMOR|W_RING|W_AMUL|W_TOOL|W_WEP|W_SWAPWEP|W_QUIVER)))
864 W_WEP | W_SWAPWEP | W_QUIVER)))
963 W_WEP | W_SWAPWEP | W_QUIVER)))
H A Ddo_name.c433 if (obj == uwep) set_artifact_intrinsic(obj, TRUE, W_WEP);
H A Ddog.c372 if (obj->owornmask & W_WEP)
H A Drestore.c292 if (obj->owornmask & W_WEP) break;
H A Duhitm.c1238 if (otmp->owornmask & W_WEP) {
1262 if (unwornmask & W_WEP) { /* stole wielded weapon */
H A Dartifact.c475 if ((spfx & SPFX_REFLECT) && (wp_mask & W_WEP)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c93 setworn(obj, W_WEP);
167 wep->owornmask |= W_WEP;
561 setworn((struct obj *)0, W_WEP);
H A Dsteal.c211 } else if (obj->owornmask & (W_WEP|W_SWAPWEP|W_QUIVER)) {
536 if (obj->owornmask & W_WEP) setmnotwielded(mon, obj);
H A Dworn.c26 { W_WEP, &uwep },
65 if (u.twoweap && (oobj->owornmask & (W_WEP|W_SWAPWEP)))
90 mask != W_WEP) {
H A Ddo_wear.c36 static NEARDATA const long takeoff_order[] = { WORN_BLINDF, W_WEP,
1862 else if(otmp == uwep) takeoff_mask |= W_WEP;
1876 if (taking_off == W_WEP) {
1960 } else if (taking_off == W_WEP) {
2049 if (!(takeoff_mask & ~(W_WEP|W_SWAPWEP|W_QUIVER)))
H A Dweapon.c681 obj->owornmask = W_WEP;
1314 obj->owornmask &= ~W_WEP;
H A Dinvent.c203 if (wmask & W_WEP) wmask = W_WEP;
221 otmp->owornmask = W_WEP;
845 (otmp->owornmask & W_WEP))
1166 W_WEP | W_SWAPWEP | W_QUIVER))));
H A Dpickup.c368 (W_ARMOR | W_RING | W_AMUL | W_TOOL | W_WEP | W_SWAPWEP | W_QUIVER)))
829 !(curr->owornmask & (W_ARMOR|W_RING|W_AMUL|W_TOOL|W_WEP|W_SWAPWEP|W_QUIVER)))
864 W_WEP | W_SWAPWEP | W_QUIVER)))
963 W_WEP | W_SWAPWEP | W_QUIVER)))
H A Ddo_name.c433 if (obj == uwep) set_artifact_intrinsic(obj, TRUE, W_WEP);
H A Ddog.c372 if (obj->owornmask & W_WEP)
H A Drestore.c292 if (obj->owornmask & W_WEP) break;
H A Duhitm.c1238 if (otmp->owornmask & W_WEP) {
1262 if (unwornmask & W_WEP) { /* stole wielded weapon */

Completed in 117 milliseconds

12