Searched refs:yy_buffer_stack_max (Results 1 – 4 of 4) sorted by relevance
281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable2001 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()2011 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()2020 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()2021 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()2226 (yy_buffer_stack_max) = 0; in yy_init_globals()
281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */2001 (yy_buffer_stack_max) = num_to_alloc;2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){2011 num_to_alloc = (yy_buffer_stack_max) + grow_size;2020 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));2021 (yy_buffer_stack_max) = num_to_alloc;2226 (yy_buffer_stack_max) = 0;
263 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */1684 (yy_buffer_stack_max) = num_to_alloc;1689 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){1694 num_to_alloc = (yy_buffer_stack_max) + grow_size;1703 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));1704 (yy_buffer_stack_max) = num_to_alloc;1909 (yy_buffer_stack_max) = 0;
313 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */1894 (yy_buffer_stack_max) = num_to_alloc;1899 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){1904 num_to_alloc = (yy_buffer_stack_max) + grow_size;1913 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));1914 (yy_buffer_stack_max) = num_to_alloc;2145 (yy_buffer_stack_max) = 0;