OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXDEPTH
(Results
1 - 5
of
5
) 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/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
74
#define MAXCOLORS (1<<
MAXDEPTH
)
299
u_char * planes[
MAXDEPTH
];
1271
if (depth >
MAXDEPTH
|| maxcolor >= MAXCOLORS)
Completed in 18 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025