Lines Matching refs:yy_buffer_stack_max
245 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
4129 (yy_buffer_stack_max) = num_to_alloc;
4134 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
4139 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4146 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
4147 (yy_buffer_stack_max) = num_to_alloc;