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

/httpd/server/
H A Dutil_expr_scan.c670 int yy_start_stack_depth; member in struct:yyguts_t
2307 if ( yyg->yy_start_stack_ptr >= yyg->yy_start_stack_depth )
2311 yyg->yy_start_stack_depth += YY_START_STACK_INCR;
2312 new_size = yyg->yy_start_stack_depth * sizeof( int );
2583 yyg->yy_start_stack_depth = 0;

Completed in 14 milliseconds