Searched refs:toy (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;
96 toy = r[x][y].rly - 1;
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;
102 toy
[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;
96 toy = r[x][y].rly - 1;
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;
102 toy
[all...]

Completed in 102 milliseconds