Searched refs:do_entity (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.c31 STATIC_DCL void FDECL(do_entity, (struct entity *));
522 do_entity(etmp) function
642 do_entity(other);
779 do_entity(&(occupants[0])); /* Do set_entity after first */
780 set_entity(x2, y2, &(occupants[1])); /* do_entity for worm tail */
781 do_entity(&(occupants[1]));
820 do_entity(&(occupants[0])); /* do set_entity after first */
821 set_entity(x2, y2, &(occupants[1])); /* do_entity for worm tails */
822 do_entity(&(occupants[1]));
935 if(lev1->typ == MOAT) do_entity(etmp
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c31 STATIC_DCL void FDECL(do_entity, (struct entity *));
522 do_entity(etmp) function
642 do_entity(other);
779 do_entity(&(occupants[0])); /* Do set_entity after first */
780 set_entity(x2, y2, &(occupants[1])); /* do_entity for worm tail */
781 do_entity(&(occupants[1]));
820 do_entity(&(occupants[0])); /* do set_entity after first */
821 set_entity(x2, y2, &(occupants[1])); /* do_entity for worm tails */
822 do_entity(&(occupants[1]));
935 if(lev1->typ == MOAT) do_entity(etmp
[all...]

Completed in 31 milliseconds