Searched refs:yy_start_stack_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h145 int yy_start_stack_depth; member in class:yyFlexLexer
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c2095 static int yy_start_stack_depth = 0; variable
4902 if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
4906 (yy_start_stack_depth) += YY_START_STACK_INCR;
4907 new_size = (yy_start_stack_depth) * sizeof( int );
5053 (yy_start_stack_depth) = 0;

Completed in 64 milliseconds