Home
last modified time | relevance | path

Searched refs:NAPPING (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/rogue/
HDmonster.c199 !(monster->m_flags & NAPPING) && in mv_mons()
305 if (monster->m_flags & NAPPING) { in mv_1_monster()
307 monster->m_flags &= (~(NAPPING | ASLEEP)); in mv_1_monster()
538 if (!(monster->m_flags & NAPPING)) { in wake_up()
HDzap.c353 monster->m_flags |= (ASLEEP | NAPPING); in bounce()
HDrogue.h389 #define NAPPING 0200000000L /* can't wake up for a while … macro