Searched refs:WIDTH2 (Results 1 – 4 of 4) sorted by relevance
41 char Maze[HEIGHT][WIDTH2]; /* the maze */42 char Orig_maze[HEIGHT][WIDTH2]; /* the original maze */
161 char p_maze[HEIGHT][WIDTH2];279 extern char Maze[HEIGHT][WIDTH2];280 extern char Orig_maze[HEIGHT][WIDTH2];
59 # define WIDTH2 64 /* Next power of 2 >= WIDTH (for fast access) */ macro
124 static char been_there[HEIGHT][WIDTH2];