Lines Matching refs:num_to_alloc
2113 yy_size_t num_to_alloc;
2121 num_to_alloc = 1;
2123 (num_to_alloc * sizeof(struct yy_buffer_state*)
2128 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2130 (yy_buffer_stack_max) = num_to_alloc;
2140 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2143 num_to_alloc * sizeof(struct yy_buffer_state*)
2150 (yy_buffer_stack_max) = num_to_alloc;