Searched refs:m_cansee (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h37 * m_cansee() - Returns true if the monster can see the given location.
44 #define m_cansee(mtmp,x2,y2) clear_path((mtmp)->mx,(mtmp)->my,(x2),(y2)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h37 * m_cansee() - Returns true if the monster can see the given location.
44 #define m_cansee(mtmp,x2,y2) clear_path((mtmp)->mx,(mtmp)->my,(x2),(y2)) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddogmove.c398 (otyp == MANFOOD || m_cansee(mtmp, nx, ny)) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddogmove.c398 (otyp == MANFOOD || m_cansee(mtmp, nx, ny)) &&

Completed in 36 milliseconds