Home | History | Annotate | Download | only in compiler

Lines Matching refs:yy_buffer_stack_max

1211     size_t yy_buffer_stack_max; /**< capacity of stack. */
3040 yyg->yy_buffer_stack_max = num_to_alloc;
3045 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){
3050 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
3059 memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
3060 yyg->yy_buffer_stack_max = num_to_alloc;
3494 yyg->yy_buffer_stack_max = 0;