Searched refs:fromy (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;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
81 dodoor(fromx, fromy, &rooms[r[x][y].nroom]);
82 levl[fromx][fromy].doormask = D_NODOOR;
83 fromy
[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;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
81 dodoor(fromx, fromy, &rooms[r[x][y].nroom]);
82 levl[fromx][fromy].doormask = D_NODOOR;
83 fromy
[all...]

Completed in 79 milliseconds