Searched refs:NAPPING (Results 1 – 3 of 3) sorted by relevance
199 !(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()
353 monster->m_flags |= (ASLEEP | NAPPING); in bounce()
389 #define NAPPING 0200000000L /* can't wake up for a while … macro