Searched refs:m_canseeu (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h39 * m_canseeu() - Returns true if the monster could see the hero. Assumes
46 #define m_canseeu(m) ((!Invis || perceives((m)->data)) && \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h39 * m_canseeu() - Returns true if the monster could see the hero. Assumes
46 #define m_canseeu(m) ((!Invis || perceives((m)->data)) && \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmonmove.c55 mtmp->mcansee && m_canseeu(mtmp) && !rn2(3)) {
315 (m_canseeu(mtmp) || mtmp->mhp < mtmp->mhpmax))
H A Dpriest.c174 if(priest->mcansee && m_canseeu(priest)) {
H A Ddig.c1032 mtmp->mcansee && m_canseeu(mtmp) &&
H A Dmhitu.c1921 if (!m_canseeu(mtmp)) { /* probably you're invisible */
H A Dshk.c3260 if(shkp->mcansee && m_canseeu(shkp)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmonmove.c55 mtmp->mcansee && m_canseeu(mtmp) && !rn2(3)) {
315 (m_canseeu(mtmp) || mtmp->mhp < mtmp->mhpmax))
H A Dpriest.c174 if(priest->mcansee && m_canseeu(priest)) {
H A Ddig.c1032 mtmp->mcansee && m_canseeu(mtmp) &&
H A Dmhitu.c1921 if (!m_canseeu(mtmp)) { /* probably you're invisible */
H A Dshk.c3260 if(shkp->mcansee && m_canseeu(shkp)) {

Completed in 134 milliseconds