Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dmonster.c209 !(monster->m_flags & NAPPING) && in mv_mons()
315 if (monster->m_flags & NAPPING) { in mv_1_monster()
317 monster->m_flags &= (~(NAPPING | ASLEEP)); in mv_1_monster()
548 if (!(monster->m_flags & NAPPING)) { in wake_up()
H A Dzap.c360 monster->m_flags |= (ASLEEP | NAPPING); in bounce()
H A Drogue.h381 #define NAPPING 0200000000L /* can't wake up for a while */ macro