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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h132 int yy_start_stack_depth; member in class:yyFlexLexer
H A Dinitscan.c1368 static int yy_start_stack_depth = 0; variable
3479 if ( yy_start_stack_ptr >= yy_start_stack_depth )
3483 yy_start_stack_depth += YY_START_STACK_INCR;
3484 new_size = yy_start_stack_depth * sizeof( int );
H A Dscan.c1368 static int yy_start_stack_depth = 0; variable
3479 if ( yy_start_stack_ptr >= yy_start_stack_depth )
3483 yy_start_stack_depth += YY_START_STACK_INCR;
3484 new_size = yy_start_stack_depth * sizeof( int );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c1870 static int yy_start_stack_depth = 0; variable
3096 if ( yy_start_stack_ptr >= yy_start_stack_depth )
3100 yy_start_stack_depth += YY_START_STACK_INCR;
3101 new_size = yy_start_stack_depth * sizeof( int );

Completed in 104 milliseconds