Searched refs:automiss (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.c28 STATIC_DCL boolean FDECL(automiss, (struct entity *));
443 automiss(etmp) function
465 if (automiss(etmp))
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
685 if (automiss(etmp))
899 if (!automiss(etmp2)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c28 STATIC_DCL boolean FDECL(automiss, (struct entity *));
443 automiss(etmp) function
465 if (automiss(etmp))
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
685 if (automiss(etmp))
899 if (!automiss(etmp2)) {

Completed in 32 milliseconds