Home
last modified time | relevance | path

Searched refs:yy_start_stack_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/flex/
H A DFlexLexer.h145 int yy_start_stack_depth; variable
H A Dflex.skl833 int yy_start_stack_depth;
1073 static int yy_start_stack_depth = 0;
1531 yy_start_stack_ptr = yy_start_stack_depth = 0;
2423 if ( YY_G(yy_start_stack_ptr) >= YY_G(yy_start_stack_depth) )
2427 YY_G(yy_start_stack_depth) += YY_START_STACK_INCR;
2428 new_size = YY_G(yy_start_stack_depth) * sizeof( int );
2878 YY_G(yy_start_stack_depth) = 0;
/freebsd-12.1/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) ) in yy_push_state()
4906 (yy_start_stack_depth) += YY_START_STACK_INCR; in yy_push_state()
4907 new_size = (yy_start_stack_depth) * sizeof( int ); in yy_push_state()
5053 (yy_start_stack_depth) = 0; in yy_init_globals()