OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LBOUND
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hunt/include/
hunt_common.h
99
#define
LBOUND
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
76
if (x <
LBOUND
|| x >= RBOUND)
answer.c
264
for (x = 0; x <
LBOUND
; x++)
Completed in 39 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025