Searched refs:PICK_AXE (Results 1 - 25 of 26) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c41 PICK_AXE, SHORT_SWORD, BROADSWORD, LONG_SWORD,
476 JAVELIN, AKLYS, CLUB, PICK_AXE,
597 obj = m_carrying(mon, PICK_AXE);
613 obj = m_carrying(mon, PICK_AXE);
643 if (obj->otyp == PICK_AXE) {
H A Dsteal.c598 ((!item1 && otmp->otyp == PICK_AXE) ||
601 if (otmp->otyp == PICK_AXE)
H A Dshk.c578 struct obj *pick = carrying(PICK_AXE),
590 if (pick->otyp == PICK_AXE) ++cnt;
611 should_block = (Fast && (sobj_at(PICK_AXE, u.ux, u.uy) ||
3276 badinv = (carrying(PICK_AXE) || carrying(DWARVISH_MATTOCK) ||
3277 (Fast && (sobj_at(PICK_AXE, u.ux, u.uy) ||
4024 && (Invis || carrying(PICK_AXE) || carrying(DWARVISH_MATTOCK)
H A Dmakemon.c246 (void)mongets(mtmp, PICK_AXE);
317 (void)mongets(mtmp, !rn2(3) ? PICK_AXE : DAGGER);
H A Drestore.c421 if (!uwep || uwep->otyp == PICK_AXE || uwep->otyp == GRAPPLING_HOOK)
H A Du_init.c34 { PICK_AXE, UNDEF_SPE, TOOL_CLASS, 1, UNDEF_BLESS },
248 /* { PM_DWARF, PICK_AXE, DWARVISH_MATTOCK }, */
H A Deat.c1160 case PICK_AXE:
H A Dhack.c693 !carrying(PICK_AXE) && !carrying(DWARVISH_MATTOCK) &&
H A Dmon.c1036 rockok = (m_carrying(mon, PICK_AXE) ||
H A Dmuse.c2001 if (typ == PICK_AXE)
H A Dobjnam.c1711 { "pickax", PICK_AXE },
H A Dapply.c2847 case PICK_AXE:
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c41 PICK_AXE, SHORT_SWORD, BROADSWORD, LONG_SWORD,
476 JAVELIN, AKLYS, CLUB, PICK_AXE,
597 obj = m_carrying(mon, PICK_AXE);
613 obj = m_carrying(mon, PICK_AXE);
643 if (obj->otyp == PICK_AXE) {
H A Dsteal.c598 ((!item1 && otmp->otyp == PICK_AXE) ||
601 if (otmp->otyp == PICK_AXE)
H A Dshk.c578 struct obj *pick = carrying(PICK_AXE),
590 if (pick->otyp == PICK_AXE) ++cnt;
611 should_block = (Fast && (sobj_at(PICK_AXE, u.ux, u.uy) ||
3276 badinv = (carrying(PICK_AXE) || carrying(DWARVISH_MATTOCK) ||
3277 (Fast && (sobj_at(PICK_AXE, u.ux, u.uy) ||
4024 && (Invis || carrying(PICK_AXE) || carrying(DWARVISH_MATTOCK)
H A Dmakemon.c246 (void)mongets(mtmp, PICK_AXE);
317 (void)mongets(mtmp, !rn2(3) ? PICK_AXE : DAGGER);
H A Drestore.c421 if (!uwep || uwep->otyp == PICK_AXE || uwep->otyp == GRAPPLING_HOOK)
H A Du_init.c34 { PICK_AXE, UNDEF_SPE, TOOL_CLASS, 1, UNDEF_BLESS },
248 /* { PM_DWARF, PICK_AXE, DWARVISH_MATTOCK }, */
H A Deat.c1160 case PICK_AXE:
H A Dhack.c693 !carrying(PICK_AXE) && !carrying(DWARVISH_MATTOCK) &&
H A Dmon.c1036 rockok = (m_carrying(mon, PICK_AXE) ||
H A Dmuse.c2001 if (typ == PICK_AXE)
H A Dobjnam.c1711 { "pickax", PICK_AXE },
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h241 #define PICK_AXE 234 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h241 #define PICK_AXE 234 macro

Completed in 348 milliseconds

12