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

/freebsd-10.2-release/contrib/flex/
H A DFlexLexer.h145 int yy_start_stack_depth; member in class:yyFlexLexer
/freebsd-10.2-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c585 static int yy_start_stack_depth = 0; variable
1721 if ( yy_start_stack_ptr >= yy_start_stack_depth )
1725 yy_start_stack_depth += YY_START_STACK_INCR;
1726 new_size = yy_start_stack_depth * sizeof( int );
/freebsd-10.2-release/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;
/freebsd-10.2-release/usr.bin/csup/
H A Dlex.rcs.c602 int yy_start_stack_depth; member in struct:yyguts_t
1995 yyg->yy_start_stack_depth = 0;

Completed in 165 milliseconds