OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_INCLUDE_DEPTH
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/flex/dist/tests/
include_by_buffer.direct.l
43
#define
MAX_INCLUDE_DEPTH
10
44
YY_BUFFER_STATE include_stack[
MAX_INCLUDE_DEPTH
];
/src/crypto/dist/ipsec-tools/src/racoon/
cftoken.l
94
#define
MAX_INCLUDE_DEPTH
10
103
} incstack[
MAX_INCLUDE_DEPTH
];
726
if (incstackp >=
MAX_INCLUDE_DEPTH
) {
792
for (i = 0; i <
MAX_INCLUDE_DEPTH
; i++)
802
for (i = 0; i <
MAX_INCLUDE_DEPTH
; i++) {
/src/external/gpl3/binutils/dist/ld/
ldlex.l
61
#define
MAX_INCLUDE_DEPTH
10
62
static YY_BUFFER_STATE include_stack[
MAX_INCLUDE_DEPTH
];
63
static const char *file_name_stack[
MAX_INCLUDE_DEPTH
];
64
static unsigned int lineno_stack[
MAX_INCLUDE_DEPTH
];
65
static unsigned int sysrooted_stack[
MAX_INCLUDE_DEPTH
];
508
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
570
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
585
static int state_stack[
MAX_INCLUDE_DEPTH
* 2];
ldlex.c
1431
#define
MAX_INCLUDE_DEPTH
10
1432
static YY_BUFFER_STATE include_stack[
MAX_INCLUDE_DEPTH
];
1433
static const char *file_name_stack[
MAX_INCLUDE_DEPTH
];
1434
static unsigned int lineno_stack[
MAX_INCLUDE_DEPTH
];
1435
static unsigned int sysrooted_stack[
MAX_INCLUDE_DEPTH
];
3899
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
3961
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
3976
static int state_stack[
MAX_INCLUDE_DEPTH
* 2];
/src/external/gpl3/binutils.old/dist/ld/
ldlex.l
61
#define
MAX_INCLUDE_DEPTH
10
62
static YY_BUFFER_STATE include_stack[
MAX_INCLUDE_DEPTH
];
63
static const char *file_name_stack[
MAX_INCLUDE_DEPTH
];
64
static unsigned int lineno_stack[
MAX_INCLUDE_DEPTH
];
65
static unsigned int sysrooted_stack[
MAX_INCLUDE_DEPTH
];
508
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
570
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
585
static int state_stack[
MAX_INCLUDE_DEPTH
* 2];
ldlex.c
1431
#define
MAX_INCLUDE_DEPTH
10
1432
static YY_BUFFER_STATE include_stack[
MAX_INCLUDE_DEPTH
];
1433
static const char *file_name_stack[
MAX_INCLUDE_DEPTH
];
1434
static unsigned int lineno_stack[
MAX_INCLUDE_DEPTH
];
1435
static unsigned int sysrooted_stack[
MAX_INCLUDE_DEPTH
];
3899
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
3961
if (include_stack_ptr >=
MAX_INCLUDE_DEPTH
)
3976
static int state_stack[
MAX_INCLUDE_DEPTH
* 2];
/src/external/bsd/unbound/dist/services/
authzone.c
94
#define
MAX_INCLUDE_DEPTH
10
1503
if(depth >
MAX_INCLUDE_DEPTH
) {
Completed in 31 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026