OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBOUND
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hunt/include/
hunt_common.h
98
#define
DBOUND
(HEIGHT - 1)
/src/games/hunt/huntd/
expl.c
99
if (y >= UBOUND && y <
DBOUND
&& x >= LBOUND && x < RBOUND)
123
if (y < UBOUND || y >=
DBOUND
|| x < LBOUND || x >= RBOUND)
makemaze.c
74
if (y < UBOUND || y >=
DBOUND
)
answer.c
263
for ( ; y <
DBOUND
; y++) {
Completed in 15 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025