Home
last modified time | relevance | path

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

/openbsd-src/games/hunt/huntd/
H A Dexpl.c96 if (y >= UBOUND && y < DBOUND && x >= LBOUND && x < RBOUND) in showexpl()
120 if (y < UBOUND || y >= DBOUND || x < LBOUND || x >= RBOUND) in rollexpl()
H A Dmakemaze.c118 if (x < LBOUND || x >= RBOUND) in candig()
H A Dserver.h58 #define RBOUND (WIDTH - 1) macro
H A Danswer.c308 for ( ; x < RBOUND; x++) in stplayer()