Searched refs:ATTRMAX (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dattrib.h41 #define ATTRMAX(x) ((x == A_STR && Upolyd && strongmonst(youmonst.data)) ? STR18(100) : urace.attrmax[x]) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dattrib.h41 #define ATTRMAX(x) ((x == A_STR && Upolyd && strongmonst(youmonst.data)) ? STR18(100) : urace.attrmax[x]) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c119 if ((AMAX(ndx) >= ATTRMAX(ndx)) && (ACURR(ndx) >= AMAX(ndx))) {
123 ABASE(ndx) = AMAX(ndx) = ATTRMAX(ndx); /* just in case */
131 if(AMAX(ndx) > ATTRMAX(ndx))
132 AMAX(ndx) = ATTRMAX(ndx);
476 if(ABASE(i) >= ATTRMAX(i)) {
516 if (AMAX(i) > ATTRMAX(i)) AMAX(i) = ATTRMAX(i);
519 /* ABASE(i) > ATTRMAX(i) is impossible */
H A Deat.c906 if (ABASE(A_INT) < ATTRMAX(A_INT)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c119 if ((AMAX(ndx) >= ATTRMAX(ndx)) && (ACURR(ndx) >= AMAX(ndx))) {
123 ABASE(ndx) = AMAX(ndx) = ATTRMAX(ndx); /* just in case */
131 if(AMAX(ndx) > ATTRMAX(ndx))
132 AMAX(ndx) = ATTRMAX(ndx);
476 if(ABASE(i) >= ATTRMAX(i)) {
516 if (AMAX(i) > ATTRMAX(i)) AMAX(i) = ATTRMAX(i);
519 /* ABASE(i) > ATTRMAX(i) is impossible */
H A Deat.c906 if (ABASE(A_INT) < ATTRMAX(A_INT)) {

Completed in 87 milliseconds