Searched refs:GLYPH_MON_OFF (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h263 #define GLYPH_MON_OFF 0 macro
264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF)
282 #define mon_to_glyph(mon) ((int) what_mon(monsndx((mon)->data))+GLYPH_MON_OFF)
307 #define monnum_to_glyph(mnum) ((int) (mnum) + GLYPH_MON_OFF)
333 (glyph_is_normal_monster(glyph) ? ((glyph)-GLYPH_MON_OFF) : \
366 ((glyph) >= GLYPH_MON_OFF && (glyph) < (GLYPH_MON_OFF+NUMMONS))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h263 #define GLYPH_MON_OFF 0 macro
264 #define GLYPH_PET_OFF (NUMMONS + GLYPH_MON_OFF)
282 #define mon_to_glyph(mon) ((int) what_mon(monsndx((mon)->data))+GLYPH_MON_OFF)
307 #define monnum_to_glyph(mnum) ((int) (mnum) + GLYPH_MON_OFF)
333 (glyph_is_normal_monster(glyph) ? ((glyph)-GLYPH_MON_OFF) : \
366 ((glyph) >= GLYPH_MON_OFF && (glyph) < (GLYPH_MON_OFF+NUMMONS))

Completed in 30 milliseconds