Searched refs:tox (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
92 tox = r[x][y].rlx; toy = r[x][y].rly;
93 tox += 1 + 26*x; toy += 7*y;
95 tox = r[x][y].rlx + rn2(r[x][y].dx);
97 tox += 1 + 26*x; toy += 7*y;
98 if (!IS_WALL(levl[tox][toy].typ))
99 impossible("up: no wall at %d,%d?",tox,toy);
100 dodoor(tox, toy, &rooms[r[x][y].nroom]);
101 levl[tox][toy].doormask = D_NODOOR;
104 roguejoin(fromx, fromy, tox, to
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
92 tox = r[x][y].rlx; toy = r[x][y].rly;
93 tox += 1 + 26*x; toy += 7*y;
95 tox = r[x][y].rlx + rn2(r[x][y].dx);
97 tox += 1 + 26*x; toy += 7*y;
98 if (!IS_WALL(levl[tox][toy].typ))
99 impossible("up: no wall at %d,%d?",tox,toy);
100 dodoor(tox, toy, &rooms[r[x][y].nroom]);
101 levl[tox][toy].doormask = D_NODOOR;
104 roguejoin(fromx, fromy, tox, to
[all...]

Completed in 30 milliseconds