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. */ variable2039 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()2044 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()2049 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()2058 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()2059 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()2264 (yy_buffer_stack_max) = 0; in yy_init_globals()
281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */2039 (yy_buffer_stack_max) = num_to_alloc;2044 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){2049 num_to_alloc = (yy_buffer_stack_max) + grow_size;2058 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));2059 (yy_buffer_stack_max) = num_to_alloc;2264 (yy_buffer_stack_max) = 0;
264 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */1883 (yy_buffer_stack_max) = num_to_alloc;1888 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){1893 num_to_alloc = (yy_buffer_stack_max) + grow_size;1902 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));1903 (yy_buffer_stack_max) = num_to_alloc;2108 (yy_buffer_stack_max) = 0;
253 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */1591 (yy_buffer_stack_max) = num_to_alloc;1596 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){1601 num_to_alloc = (yy_buffer_stack_max) + grow_size;1610 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));1611 (yy_buffer_stack_max) = num_to_alloc;1816 (yy_buffer_stack_max) = 0;