Searched refs:MAX_ERODE (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c649 } else if (erosion < MAX_ERODE) {
652 erosion+1 == MAX_ERODE ? " completely" :
657 erosion+1 == MAX_ERODE ? " completely" :
662 erosion+1 == MAX_ERODE ? " completely" :
H A Dpotion.c1511 (obj->oeroded < MAX_ERODE) && !rn2(2)) {
1781 obj->oeroded = MAX_ERODE;
1783 obj->oeroded == MAX_ERODE ? "destroys" : "damages",
1785 if (obj->oeroded == MAX_ERODE) {
H A Dspell.c138 } else if (uarmg->oeroded2 < MAX_ERODE) {
143 uarmg->oeroded2+1 == MAX_ERODE ?
H A Dtrap.c148 if (!print && (!vulnerable || otmp->oerodeproof || erosion == MAX_ERODE))
159 } else if (erosion < MAX_ERODE) {
175 erosion+1 == MAX_ERODE ? " completely" :
180 erosion+1 == MAX_ERODE ? " completely" :
2665 } else if (is_flammable(obj) && obj->oeroded < MAX_ERODE &&
2669 obj->oeroded+1 == MAX_ERODE ? " completely" :
2734 } else if (is_rustprone(obj) && obj->oeroded < MAX_ERODE &&
H A Dmhitm.c1237 (is_acid ? obj->oeroded2 : obj->oeroded) < MAX_ERODE) {
H A Dread.c91 (int)(strlen(buf) * erosion / (2*MAX_ERODE)),
H A Dmhitu.c2080 (is_acid ? obj->oeroded2 : obj->oeroded) < MAX_ERODE) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c649 } else if (erosion < MAX_ERODE) {
652 erosion+1 == MAX_ERODE ? " completely" :
657 erosion+1 == MAX_ERODE ? " completely" :
662 erosion+1 == MAX_ERODE ? " completely" :
H A Dpotion.c1511 (obj->oeroded < MAX_ERODE) && !rn2(2)) {
1781 obj->oeroded = MAX_ERODE;
1783 obj->oeroded == MAX_ERODE ? "destroys" : "damages",
1785 if (obj->oeroded == MAX_ERODE) {
H A Dspell.c138 } else if (uarmg->oeroded2 < MAX_ERODE) {
143 uarmg->oeroded2+1 == MAX_ERODE ?
H A Dtrap.c148 if (!print && (!vulnerable || otmp->oerodeproof || erosion == MAX_ERODE))
159 } else if (erosion < MAX_ERODE) {
175 erosion+1 == MAX_ERODE ? " completely" :
180 erosion+1 == MAX_ERODE ? " completely" :
2665 } else if (is_flammable(obj) && obj->oeroded < MAX_ERODE &&
2669 obj->oeroded+1 == MAX_ERODE ? " completely" :
2734 } else if (is_rustprone(obj) && obj->oeroded < MAX_ERODE &&
H A Dmhitm.c1237 (is_acid ? obj->oeroded2 : obj->oeroded) < MAX_ERODE) {
H A Dread.c91 (int)(strlen(buf) * erosion / (2*MAX_ERODE)),
H A Dmhitu.c2080 (is_acid ? obj->oeroded2 : obj->oeroded) < MAX_ERODE) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h69 #define MAX_ERODE 3 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h69 #define MAX_ERODE 3 macro

Completed in 104 milliseconds