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

/httpd/server/
H A Dutil_expr_scan.c281 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
287 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
659 size_t yy_buffer_stack_top; /**< index of top of stack. */ member in struct:yyguts_t
2142 yyg->yy_buffer_stack_top++;
2162 if (yyg->yy_buffer_stack_top > 0)
2163 --yyg->yy_buffer_stack_top;
2195 yyg->yy_buffer_stack_top = 0;
2199 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){
2576 yyg->yy_buffer_stack_top = 0;

Completed in 1015 milliseconds