Home
last modified time | relevance | path

Searched refs:r_x (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/hunt/huntd/
H A Dexpl.c170 switch (Maze[r->r_y][r->r_x]) { in remove_wall()
177 save_char = Maze[r->r_y][r->r_x]; in remove_wall()
181 if (Maze[r->r_y][r->r_x] == SPACE) in remove_wall()
193 Maze[r->r_y][r->r_x] = Orig_maze[r->r_y][r->r_x]; in remove_wall()
195 pp = play_at(r->r_y, r->r_x); in remove_wall()
203 pp->p_over = Orig_maze[r->r_y][r->r_x]; in remove_wall()
205 Maze[r->r_y][r->r_x] = FLYER; in remove_wall()
206 showexpl(r->r_y, r->r_x, FLYER); in remove_wall()
209 Maze[r->r_y][r->r_x] = Orig_maze[r->r_y][r->r_x]; in remove_wall()
213 Maze[r->r_y][r->r_x] = DOOR; in remove_wall()
[all …]
H A Dhunt.h129 int r_x, r_y; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19984021 (memrefs_conflict_p): Change type of variables `r_x' and `r_y' to