Searched refs:e_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.c17 STATIC_DCL struct entity *FDECL(e_at, (int, int));
239 e_at(x, y) function
617 if (relocates && (e_at(newx, newy))) {
626 other = e_at(newx, newy);
640 while ((e_at(newx, newy) != 0) &&
641 (e_at(newx, newy) != etmp))
647 if (e_at(oldx, oldy) != etmp) {
657 if (relocates && !e_at(newx, newy)) {/* if e_at() entity = worm tail */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c17 STATIC_DCL struct entity *FDECL(e_at, (int, int));
239 e_at(x, y) function
617 if (relocates && (e_at(newx, newy))) {
626 other = e_at(newx, newy);
640 while ((e_at(newx, newy) != 0) &&
641 (e_at(newx, newy) != etmp))
647 if (e_at(oldx, oldy) != etmp) {
657 if (relocates && !e_at(newx, newy)) {/* if e_at() entity = worm tail */

Completed in 79 milliseconds