OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXDEPTH
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/kern/
vfs_lockf.c
86
#define
MAXDEPTH
50
95
int maxlockdepth =
MAXDEPTH
;
536
* involve us.
MAXDEPTH
is set just to make sure we
/src/external/bsd/ntp/dist/libparse/
parsesolaris.c
983
#define
MAXDEPTH
50 /* maximum allowed stream crawl */
1028
loopcheck =
MAXDEPTH
;
1112
loopcheck =
MAXDEPTH
;
parsestreams.c
1114
#define
MAXDEPTH
50 /* maximum allowed stream crawl */
1194
loopcheck =
MAXDEPTH
;
1275
loopcheck =
MAXDEPTH
;
/src/games/atc/
input.c
98
#define
MAXDEPTH
15
213
static STACK stack[
MAXDEPTH
];
253
assert(level < (
MAXDEPTH
- 1));
/src/games/gomoku/
pickmove.c
799
#define
MAXDEPTH
100
800
static struct elist einfo[
MAXDEPTH
];
801
static struct combostr *ecombo[
MAXDEPTH
]; /* separate from elist to save space */
823
if ((nframes = ocbp->c_nframes) >=
MAXDEPTH
)
1359
if ((nframes = ocbp->c_nframes) >=
MAXDEPTH
)
/src/usr.bin/unifdef/
unifdef.c
195
#define
MAXDEPTH
64 /* maximum #if nesting */
235
static Ifstate ifstate[
MAXDEPTH
]; /* #if processor state */
236
static bool ignoring[
MAXDEPTH
]; /* ignore comments state */
237
static int stifline[
MAXDEPTH
]; /* start of current #if */
538
if (depth >=
MAXDEPTH
)
/src/sys/arch/amiga/dev/
amidisplaycc.c
69
#define
MAXDEPTH
8
72
#define MAXCOLORS (1<<
MAXDEPTH
)
297
u_char * planes[
MAXDEPTH
];
1274
if (depth >
MAXDEPTH
|| maxcolor >= MAXCOLORS)
Completed in 30 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026