Home
last modified time | relevance | path

Searched refs:WIDTH2 (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/hunt/huntd/
H A Dextern.c41 char Maze[HEIGHT][WIDTH2]; /* the maze */
42 char Orig_maze[HEIGHT][WIDTH2]; /* the original maze */
H A Dserver.h161 char p_maze[HEIGHT][WIDTH2];
279 extern char Maze[HEIGHT][WIDTH2];
280 extern char Orig_maze[HEIGHT][WIDTH2];
H A Dhunt.h59 # define WIDTH2 64 /* Next power of 2 >= WIDTH (for fast access) */ macro
/openbsd/games/hunt/hunt/
H A Dotto.c124 static char been_there[HEIGHT][WIDTH2];