OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Orig_maze
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hunt/huntd/
extern.c
46
char
Orig_maze
[HEIGHT][WIDTH2]; /* the original maze */
expl.c
193
Maze[r->r_y][r->r_x] =
Orig_maze
[r->r_y][r->r_x];
203
pp->p_over =
Orig_maze
[r->r_y][r->r_x];
209
Maze[r->r_y][r->r_x] =
Orig_maze
[r->r_y][r->r_x];
hunt.h
137
extern char Buf[BUFSIZ], Maze[HEIGHT][WIDTH2],
Orig_maze
[HEIGHT][WIDTH2];
makemaze.c
209
memcpy(
Orig_maze
, Maze, sizeof Maze);
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025