Searched refs:LAST_PROP (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h54 #define TAMING (LAST_PROP+1)
55 #define HEALING (LAST_PROP+2)
56 #define ENERGY_BOOST (LAST_PROP+3)
57 #define UNTRAP (LAST_PROP+4)
58 #define CHARGE_OBJ (LAST_PROP+5)
59 #define LEV_TELE (LAST_PROP+6)
60 #define CREATE_PORTAL (LAST_PROP+7)
61 #define ENLIGHTENING (LAST_PROP+8)
62 #define CREATE_AMMO (LAST_PROP+9)
H A Dprop.h76 #define LAST_PROP (DETECT_MONSTERS) macro
H A Dyou.h264 struct prop uprops[LAST_PROP+1];
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h54 #define TAMING (LAST_PROP+1)
55 #define HEALING (LAST_PROP+2)
56 #define ENERGY_BOOST (LAST_PROP+3)
57 #define UNTRAP (LAST_PROP+4)
58 #define CHARGE_OBJ (LAST_PROP+5)
59 #define LEV_TELE (LAST_PROP+6)
60 #define CREATE_PORTAL (LAST_PROP+7)
61 #define ENLIGHTENING (LAST_PROP+8)
62 #define CREATE_AMMO (LAST_PROP+9)
H A Dprop.h76 #define LAST_PROP (DETECT_MONSTERS) macro
H A Dyou.h264 struct prop uprops[LAST_PROP+1];
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c482 if (oart->inv_prop <= LAST_PROP &&
1198 if(oart->inv_prop > LAST_PROP) {
H A Deat.c951 for (i = 1; i <= LAST_PROP; i++) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c482 if (oart->inv_prop <= LAST_PROP &&
1198 if(oart->inv_prop > LAST_PROP) {
H A Deat.c951 for (i = 1; i <= LAST_PROP; i++) {

Completed in 122 milliseconds