Searched refs:mon_visible (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h48 * mon_visible()
55 #define mon_visible(mon) ( /* The hero can see the monster */\ macro
77 * routines. Like mon_visible(), but it checks to see if the hero sees the
82 && mon_visible(mon))
196 #define maybe_display_usteed (u.usteed && mon_visible(u.usteed)) ? \
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h48 * mon_visible()
55 #define mon_visible(mon) ( /* The hero can see the monster */\ macro
77 * routines. Like mon_visible(), but it checks to see if the hero sees the
82 && mon_visible(mon))
196 #define maybe_display_usteed (u.usteed && mon_visible(u.usteed)) ? \
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c687 : (mon_visible(mon)) || tp_sensemon(mon) || MATCH_WARN_OF_MON(mon));
721 || (see_with_infrared(mon) && mon_visible(mon))))
H A Ddogmove.c164 pline("%s %s %s.", mon_visible(mtmp) ? noit_Monnam(mtmp) : "It",
H A Dpager.c168 mon_visible(mtmp) && !mtmp->minvis) {
H A Dvault.c523 if (!cansee(grd->mx, grd->my) || !mon_visible(grd))
H A Dmhitu.c110 if (!flags.verbose || Blind || !mon_visible(mtmp))
1858 if (mon_visible(mtmp) || (rnd(tmp /= 2) > u.ulevel)) {
H A Dmhitm.c1262 if (!flags.verbose || Blind || !mon_visible(magr)) return;
H A Dhack.c1029 ((!Blind && mon_visible(mtmp) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c687 : (mon_visible(mon)) || tp_sensemon(mon) || MATCH_WARN_OF_MON(mon));
721 || (see_with_infrared(mon) && mon_visible(mon))))
H A Ddogmove.c164 pline("%s %s %s.", mon_visible(mtmp) ? noit_Monnam(mtmp) : "It",
H A Dpager.c168 mon_visible(mtmp) && !mtmp->minvis) {
H A Dvault.c523 if (!cansee(grd->mx, grd->my) || !mon_visible(grd))
H A Dmhitu.c110 if (!flags.verbose || Blind || !mon_visible(mtmp))
1858 if (mon_visible(mtmp) || (rnd(tmp /= 2) > u.ulevel)) {
H A Dmhitm.c1262 if (!flags.verbose || Blind || !mon_visible(magr)) return;
H A Dhack.c1029 ((!Blind && mon_visible(mtmp) &&

Completed in 219 milliseconds