OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_start_stack_depth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h
147
int
yy_start_stack_depth
;
member in class:yyFlexLexer
/src/external/bsd/flex/dist/src/
FlexLexer.h
162
int
yy_start_stack_depth
;
member in class:yyFlexLexer
initscan.c
2072
static int
yy_start_stack_depth
= 0;
variable
4656
if ( (yy_start_stack_ptr) >= (
yy_start_stack_depth
) )
4660
(
yy_start_stack_depth
) += YY_START_STACK_INCR;
4661
new_size = (yy_size_t) (
yy_start_stack_depth
) * sizeof( int );
4808
(
yy_start_stack_depth
) = 0;
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
504
static int
yy_start_stack_depth
= 0;
variable
1595
if ( yy_start_stack_ptr >=
yy_start_stack_depth
)
1599
yy_start_stack_depth
+= YY_START_STACK_INCR;
1600
new_size =
yy_start_stack_depth
* sizeof( int );
Completed in 26 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026