Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A DFlexLexer.h160 int yy_start_stack_depth; variable
H A Dflex.skl726 int yy_start_stack_depth;
966 static int yy_start_stack_depth = 0;
1454 yy_start_stack_ptr = yy_start_stack_depth = 0;
2402 if ( YY_G(yy_start_stack_ptr) >= YY_G(yy_start_stack_depth) )
2406 YY_G(yy_start_stack_depth) += YY_START_STACK_INCR;
2407 new_size = (yy_size_t) YY_G(yy_start_stack_depth) * sizeof( int );
2843 YY_G(yy_start_stack_depth) = 0;
/freebsd/usr.bin/lex/
H A Dinitscan.c2079 static int yy_start_stack_depth = 0; variable
4957 if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) in yy_push_state()
4961 (yy_start_stack_depth) += YY_START_STACK_INCR; in yy_push_state()
4962 new_size = (yy_size_t) (yy_start_stack_depth) * sizeof( int ); in yy_push_state()
5109 (yy_start_stack_depth) = 0; in yy_init_globals()