Home
last modified time | relevance | path

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

/openbsd/src/games/hunt/huntd/
Dmakemaze.c68 # define NPERM 24 macro
71 int dirs[NPERM][NDIR] = {
93 dp = dirs[rand_num(NPERM)]; in dig()