Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A Dexpl.c99 if (y >= UBOUND && y < DBOUND && x >= LBOUND && x < RBOUND) in showexpl()
123 if (y < UBOUND || y >= DBOUND || x < LBOUND || x >= RBOUND) in rollexpl()
H A Dmakemaze.c74 if (y < UBOUND || y >= DBOUND)
H A Danswer.c263 for ( ; y < DBOUND; y++) { in stplayer()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h98 #define DBOUND (HEIGHT - 1) macro