Searched refs:newx (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c525 int newx, newy, at_portcullis, oldx, oldy; local
609 newx = oldx;
611 (void)find_drawbridge(&newx, &newy);
612 if ((newx == oldx) && (newy == oldy))
613 get_wall_for_db(&newx, &newy);
617 if (relocates && (e_at(newx, newy))) {
626 other = e_at(newx, newy);
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
640 while ((e_at(newx, newy) != 0) &&
641 (e_at(newx, new
[all...]
H A Dmon.c1960 xchar newx, newy; local
1972 newx = x;
1975 if (!goodpos(newx, newy, mtmp, 0)) {
1980 if (!enexto(&mm, newx, newy, mtmp->data)) return(FALSE);
1981 newx = mm.x; newy = mm.y;
1984 rloc_to(mtmp, newx, newy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c525 int newx, newy, at_portcullis, oldx, oldy; local
609 newx = oldx;
611 (void)find_drawbridge(&newx, &newy);
612 if ((newx == oldx) && (newy == oldy))
613 get_wall_for_db(&newx, &newy);
617 if (relocates && (e_at(newx, newy))) {
626 other = e_at(newx, newy);
630 if (e_survives_at(other, newx, newy) && automiss(other)) {
640 while ((e_at(newx, newy) != 0) &&
641 (e_at(newx, new
[all...]
H A Dmon.c1960 xchar newx, newy; local
1972 newx = x;
1975 if (!goodpos(newx, newy, mtmp, 0)) {
1980 if (!enexto(&mm, newx, newy, mtmp->data)) return(FALSE);
1981 newx = mm.x; newy = mm.y;
1984 rloc_to(mtmp, newx, newy);

Completed in 57 milliseconds