Lines Matching refs:num_to_alloc
1900 yy_size_t num_to_alloc;
1908 num_to_alloc = 1;
1910 (num_to_alloc * sizeof(struct yy_buffer_state*)
1915 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1917 (yy_buffer_stack_max) = num_to_alloc;
1927 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1930 num_to_alloc * sizeof(struct yy_buffer_state*)
1937 (yy_buffer_stack_max) = num_to_alloc;