Searched refs:e_inview (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c526 boolean must_jump = FALSE, relocates = FALSE, e_inview; local
532 e_inview = e_canseemon(etmp);
539 if (e_inview && (at_portcullis || IS_DRAWBRIDGE(crm->typ)))
570 e_died(etmp, e_inview? 3 : 2, CRUSHING);/* no corpse */
583 if (e_inview)
588 e_died(etmp, e_inview? 3 : 2, CRUSHING);
671 e_inview = e_canseemon(etmp);
682 if (e_inview) {
706 if (is_pool(etmp->ex, etmp->ey) && !e_inview)
710 if (e_inview
844 boolean e_inview; local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c526 boolean must_jump = FALSE, relocates = FALSE, e_inview; local
532 e_inview = e_canseemon(etmp);
539 if (e_inview && (at_portcullis || IS_DRAWBRIDGE(crm->typ)))
570 e_died(etmp, e_inview? 3 : 2, CRUSHING);/* no corpse */
583 if (e_inview)
588 e_died(etmp, e_inview? 3 : 2, CRUSHING);
671 e_inview = e_canseemon(etmp);
682 if (e_inview) {
706 if (is_pool(etmp->ex, etmp->ey) && !e_inview)
710 if (e_inview
844 boolean e_inview; local
[all...]

Completed in 30 milliseconds