Home
last modified time | relevance | path

Searched refs:canseemon (Results 1 – 5 of 5) sorted by relevance

/netbsd/games/hack/
H A Dhack.wizard.c186 if (canseemon(mtmp)) in inrange()
198 if (canseemon(mtmp)) { in inrange()
H A Dhack.mon.c226 if (!canseemon(mtmp)) in dochugw()
381 if (msym == 'U' && !mtmp->mcan && canseemon(mtmp) && in m_move()
1016 canseemon(struct monst *mtmp) in canseemon() function
H A Dhack.pri.c583 ? ((Blind && Telepat) || canseemon(mtmp)) : in vism_at()
657 int show = (Blind && Telepat) || canseemon(mon); in pmon()
H A Dextern.h268 int canseemon(struct monst *);
H A Dhack.fight.c454 if (malive && mdat->mlet == 'E' && canseemon(mtmp) in attack()