Searched refs:NUMMONS (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h145 #define random_monster() rn2(NUMMONS)
225 * monster Represents all the wild (not tame) monsters. Count: NUMMONS.
227 * pet Represents all of the tame monsters. Count: NUMMONS
231 * detect Represents all detected monsters. Count: NUMMONS
233 * corpse One for each monster. Count: NUMMONS
235 * ridden Represents all monsters being ridden. Count: NUMMONS
255 * in the lower three bits. Count: NUMMONS << 3
264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF)
265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF)
267 #define GLYPH_BODY_OFF (NUMMONS
[all...]
H A Dpm.h391 #define NUMMONS 382 macro
H A Ddecl.h269 } mvitals[NUMMONS];
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h145 #define random_monster() rn2(NUMMONS)
225 * monster Represents all the wild (not tame) monsters. Count: NUMMONS.
227 * pet Represents all of the tame monsters. Count: NUMMONS
231 * detect Represents all detected monsters. Count: NUMMONS
233 * corpse One for each monster. Count: NUMMONS
235 * ridden Represents all monsters being ridden. Count: NUMMONS
255 * in the lower three bits. Count: NUMMONS << 3
264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF)
265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF)
267 #define GLYPH_BODY_OFF (NUMMONS
[all...]
H A Dpm.h391 #define NUMMONS 382 macro
H A Ddecl.h269 } mvitals[NUMMONS];
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddecl.c210 NEARDATA struct mvitals mvitals[NUMMONS];
H A Dend.c989 for (i = LOW_PM; i < NUMMONS; i++) {
1009 for (i = LOW_PM; i < NUMMONS; i++)
1056 for (i = LOW_PM; i < NUMMONS; ++i)
1085 for (i = LOW_PM; i < NUMMONS; i++)
H A Dmondata.c386 if (i < LOW_PM || i >= NUMMONS) {
489 for (len = 0, i = LOW_PM; i < NUMMONS; i++) {
H A Dallmain.c490 for (i = 0; i < NUMMONS; i++)
H A Dread.c1460 for (i = LOW_PM; i < NUMMONS; i++) {
1501 for (i = LOW_PM; i < NUMMONS; i++) {
H A Dmon.c115 if (mndx >= LOW_PM && mndx < NUMMONS) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddecl.c210 NEARDATA struct mvitals mvitals[NUMMONS];
H A Dend.c989 for (i = LOW_PM; i < NUMMONS; i++) {
1009 for (i = LOW_PM; i < NUMMONS; i++)
1056 for (i = LOW_PM; i < NUMMONS; ++i)
1085 for (i = LOW_PM; i < NUMMONS; i++)
H A Dmondata.c386 if (i < LOW_PM || i >= NUMMONS) {
489 for (len = 0, i = LOW_PM; i < NUMMONS; i++) {
H A Dallmain.c490 for (i = 0; i < NUMMONS; i++)
H A Dread.c1460 for (i = LOW_PM; i < NUMMONS; i++) {
1501 for (i = LOW_PM; i < NUMMONS; i++) {
H A Dmon.c115 if (mndx >= LOW_PM && mndx < NUMMONS) {

Completed in 91 milliseconds