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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c1198 boolean in_sight; local
1208 in_sight = !Blind;
1231 if (in_sight) {
1696 boolean in_sight, tear_web, see_it, local
1718 in_sight = canseemon(mtmp);
1722 if (mtmp == u.usteed) in_sight = TRUE;
1727 if (in_sight && see_it)
1739 if (in_sight) seetrap(trap);
1744 if (in_sight && see_it)
1756 if (in_sight) seetra
2596 int in_sight = !Blind && couldsee(x, y); /* Don't care if it's lit */ local
[all...]
H A Dteleport.c1061 mtele_trap(mtmp, trap, in_sight)
1064 int in_sight;
1080 if (in_sight) {
1092 mlevel_tele_trap(mtmp, trap, force_it, in_sight)
1096 int in_sight;
1111 if (in_sight && trap->tseen)
1121 if (in_sight && mptr->mlet != S_ELEMENTAL) {
1135 if (in_sight)
1142 if (in_sight)
1149 if (in_sight) {
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c1198 boolean in_sight; local
1208 in_sight = !Blind;
1231 if (in_sight) {
1696 boolean in_sight, tear_web, see_it, local
1718 in_sight = canseemon(mtmp);
1722 if (mtmp == u.usteed) in_sight = TRUE;
1727 if (in_sight && see_it)
1739 if (in_sight) seetrap(trap);
1744 if (in_sight && see_it)
1756 if (in_sight) seetra
2596 int in_sight = !Blind && couldsee(x, y); /* Don't care if it's lit */ local
[all...]
H A Dteleport.c1061 mtele_trap(mtmp, trap, in_sight)
1064 int in_sight;
1080 if (in_sight) {
1092 mlevel_tele_trap(mtmp, trap, force_it, in_sight)
1096 int in_sight;
1111 if (in_sight && trap->tseen)
1121 if (in_sight && mptr->mlet != S_ELEMENTAL) {
1135 if (in_sight)
1142 if (in_sight)
1149 if (in_sight) {
[all...]

Completed in 45 milliseconds