Searched refs:LOADSTONE (Results 1 - 25 of 28) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h423 #define LOADSTONE 423 macro
H A Dobj.h286 (obj)->otyp == LOADSTONE || \
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c345 ORCISH_DAGGER, KNIFE, FLINT, ROCK, LOADSTONE, LUCKSTONE, DART,
414 (otmp->otyp != LOADSTONE || !otmp->cursed)) {
451 if (rwep[i] != LOADSTONE) {
457 if (otmp->otyp == LOADSTONE && !otmp->cursed)
H A Dmplayer.c242 (void) mongets(mtmp, rn2(3) ? LUCKSTONE : LOADSTONE);
H A Dinvent.c423 || ((obj->otyp != LOADSTONE || !obj->cursed)
520 if (obj->otyp == LOADSTONE) {
1084 if (otmp->otyp == LOADSTONE && otmp->cursed)
1424 (!otmp->cursed || otmp->otyp != LOADSTONE)) {
H A Dpickup.c1154 if (obj->otyp == LOADSTONE ||
1351 if (obj->quan != count && obj->otyp != LOADSTONE)
1789 } else if ((obj->otyp == LOADSTONE) && obj->cursed) {
1964 if (obj->quan != count && obj->otyp != LOADSTONE)
H A Dpolyself.c695 if (!wep->cursed || wep->otyp != LOADSTONE)
699 if (!otmp2->cursed || otmp2->otyp != LOADSTONE)
H A Ddo.c422 if (obj->otyp == LOADSTONE && obj->cursed) {
712 } else if (otmp->otyp == LOADSTONE && otmp->cursed) {
H A Ddo_wear.c1662 if (otmp->otyp != LOADSTONE || !otmp->cursed)
1680 if (otmp->otyp != LOADSTONE || !otmp->cursed)
H A Dmkobj.c184 otmp->otyp = rnd_class(DILITHIUM_CRYSTAL, LOADSTONE);
458 if (otmp->otyp == LOADSTONE) curse(otmp);
H A Dpray.c213 if (Cursed_obj(otmp, LOADSTONE)) return otmp;
256 if (otmp->otyp == LOADSTONE || confers_luck(otmp))
H A Dread.c939 obj->otyp == LOADSTONE ||
H A Dapply.c3000 case LOADSTONE:
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h423 #define LOADSTONE 423 macro
H A Dobj.h286 (obj)->otyp == LOADSTONE || \
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c345 ORCISH_DAGGER, KNIFE, FLINT, ROCK, LOADSTONE, LUCKSTONE, DART,
414 (otmp->otyp != LOADSTONE || !otmp->cursed)) {
451 if (rwep[i] != LOADSTONE) {
457 if (otmp->otyp == LOADSTONE && !otmp->cursed)
H A Dmplayer.c242 (void) mongets(mtmp, rn2(3) ? LUCKSTONE : LOADSTONE);
H A Dinvent.c423 || ((obj->otyp != LOADSTONE || !obj->cursed)
520 if (obj->otyp == LOADSTONE) {
1084 if (otmp->otyp == LOADSTONE && otmp->cursed)
1424 (!otmp->cursed || otmp->otyp != LOADSTONE)) {
H A Dpickup.c1154 if (obj->otyp == LOADSTONE ||
1351 if (obj->quan != count && obj->otyp != LOADSTONE)
1789 } else if ((obj->otyp == LOADSTONE) && obj->cursed) {
1964 if (obj->quan != count && obj->otyp != LOADSTONE)
H A Dpolyself.c695 if (!wep->cursed || wep->otyp != LOADSTONE)
699 if (!otmp2->cursed || otmp2->otyp != LOADSTONE)
H A Ddo.c422 if (obj->otyp == LOADSTONE && obj->cursed) {
712 } else if (otmp->otyp == LOADSTONE && otmp->cursed) {
H A Ddo_wear.c1662 if (otmp->otyp != LOADSTONE || !otmp->cursed)
1680 if (otmp->otyp != LOADSTONE || !otmp->cursed)
H A Dmkobj.c184 otmp->otyp = rnd_class(DILITHIUM_CRYSTAL, LOADSTONE);
458 if (otmp->otyp == LOADSTONE) curse(otmp);
H A Dpray.c213 if (Cursed_obj(otmp, LOADSTONE)) return otmp;
256 if (otmp->otyp == LOADSTONE || confers_luck(otmp))
H A Dread.c939 obj->otyp == LOADSTONE ||

Completed in 320 milliseconds

12