Searched refs:oldx (Results 1 - 6 of 6) 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
533 oldx = etmp->ex;
535 at_portcullis = is_db_wall(oldx, oldy);
536 crm = &levl[oldx][oldy];
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
555 if (e_survives_at(etmp, oldx, oldy))
609 newx = oldx;
612 if ((newx == oldx) && (newy == oldy))
647 if (e_at(oldx, oldy) != etmp) {
H A Dteleport.c929 * a new x and y. If oldx is 0, then the monster was not in the levels.monsters
930 * array. However, if oldx is 0, oldy may still have a value because mtmp is a
939 register int oldx = mtmp->mx, oldy = mtmp->my; local
945 if (oldx) { /* "pick up" monster */
949 remove_monster(oldx, oldy);
950 newsym(oldx, oldy); /* update old location */
974 if (resident_shk && !inhishop(mtmp)) make_angry_shk(mtmp, oldx, oldy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c525 int newx, newy, at_portcullis, oldx, oldy; local
533 oldx = etmp->ex;
535 at_portcullis = is_db_wall(oldx, oldy);
536 crm = &levl[oldx][oldy];
538 if (automiss(etmp) && e_survives_at(etmp, oldx, oldy)) {
555 if (e_survives_at(etmp, oldx, oldy))
609 newx = oldx;
612 if ((newx == oldx) && (newy == oldy))
647 if (e_at(oldx, oldy) != etmp) {
H A Dteleport.c929 * a new x and y. If oldx is 0, then the monster was not in the levels.monsters
930 * array. However, if oldx is 0, oldy may still have a value because mtmp is a
939 register int oldx = mtmp->mx, oldy = mtmp->my; local
945 if (oldx) { /* "pick up" monster */
949 remove_monster(oldx, oldy);
950 newsym(oldx, oldy); /* update old location */
974 if (resident_shk && !inhishop(mtmp)) make_angry_shk(mtmp, oldx, oldy);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c2373 int oldx = clipx, oldy = clipy; local
2392 if (clipx != oldx || clipy != oldy) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c2373 int oldx = clipx, oldy = clipy; local
2392 if (clipx != oldx || clipy != oldy) {

Completed in 96 milliseconds