Searched refs:yy_buffer_stack_max (Results 1 – 2 of 2) sorted by relevance
248 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable1858 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()1863 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()1868 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()1877 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()1878 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()2083 (yy_buffer_stack_max) = 0; in yy_init_globals()
267 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable3584 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()3589 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()3594 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()3603 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()3604 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()3812 (yy_buffer_stack_max) = 0; in yy_init_globals()
Completed in 11 milliseconds