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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c267 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
3237 (yy_buffer_stack_max) = num_to_alloc;
3242 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
3247 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3256 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
3257 (yy_buffer_stack_max) = num_to_alloc;
3464 (yy_buffer_stack_max) = 0;

Completed in 48 milliseconds