Searched refs:fromx (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
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
73 fromx += 1 + 26*x; fromy += 7*y;
75 fromx = r[x][y].rlx + rn2(r[x][y].dx);
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
79 impossible("down: no wall at %d,%d?",fromx,
81 dodoor(fromx, fromy, &rooms[r[x][y].nroom]);
82 levl[fromx][fromy].doormask = D_NODOOR;
104 roguejoin(fromx, from
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
73 fromx += 1 + 26*x; fromy += 7*y;
75 fromx = r[x][y].rlx + rn2(r[x][y].dx);
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
79 impossible("down: no wall at %d,%d?",fromx,
81 dodoor(fromx, fromy, &rooms[r[x][y].nroom]);
82 levl[fromx][fromy].doormask = D_NODOOR;
104 roguejoin(fromx, from
[all...]

Completed in 31 milliseconds