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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF) macro
265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF)
285 #define pet_to_glyph(mon) ((int) what_mon(monsndx((mon)->data))+GLYPH_PET_OFF)
310 #define petnum_to_glyph(mnum) ((int) (mnum) + GLYPH_PET_OFF)
334 glyph_is_pet(glyph) ? ((glyph)-GLYPH_PET_OFF) : \
368 ((glyph) >= GLYPH_PET_OFF && (glyph) < (GLYPH_PET_OFF+NUMMONS))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF) macro
265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF)
285 #define pet_to_glyph(mon) ((int) what_mon(monsndx((mon)->data))+GLYPH_PET_OFF)
310 #define petnum_to_glyph(mnum) ((int) (mnum) + GLYPH_PET_OFF)
334 glyph_is_pet(glyph) ? ((glyph)-GLYPH_PET_OFF) : \
368 ((glyph) >= GLYPH_PET_OFF && (glyph) < (GLYPH_PET_OFF+NUMMONS))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c188 } else if ((offset = (glyph - GLYPH_PET_OFF)) >= 0) { /* a pet */
H A Ddisplay.c1252 } else if (glyph >= GLYPH_PET_OFF) { /* a pet */
1253 text = "pet"; offset = glyph - GLYPH_PET_OFF;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c188 } else if ((offset = (glyph - GLYPH_PET_OFF)) >= 0) { /* a pet */
H A Ddisplay.c1252 } else if (glyph >= GLYPH_PET_OFF) { /* a pet */
1253 text = "pet"; offset = glyph - GLYPH_PET_OFF;

Completed in 70 milliseconds