Searched refs:e_survives_at (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.c26 STATIC_DCL boolean FDECL(e_survives_at, (struct entity *, int, int));
355 e_survives_at(etmp, x, y) function
399 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
555 if (e_survives_at(etmp, oldx, oldy))
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
693 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
709 if (e_survives_at(etmp, etmp->ex, etmp->ey)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c26 STATIC_DCL boolean FDECL(e_survives_at, (struct entity *, int, int));
355 e_survives_at(etmp, x, y) function
399 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
555 if (e_survives_at(etmp, oldx, oldy))
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
693 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
709 if (e_survives_at(etmp, etmp->ex, etmp->ey)) {

Completed in 34 milliseconds