Searched refs:yy_buffer_stack_max (Results 1 – 1 of 1) sorted by relevance
246 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable1587 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()1592 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()1597 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()1604 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()1605 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()