Home
last modified time | relevance | path

Searched refs:RBOUND (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.c76 if (x < LBOUND || x >= RBOUND)
H A Danswer.c266 for ( ; x < RBOUND; x++) in stplayer()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h100 #define RBOUND (WIDTH - 1) macro