Searched refs:num_to_alloc (Results 1 – 1 of 1) sorted by relevance
1572 int num_to_alloc; in yyensure_buffer_stack() local1580 num_to_alloc = 1; in yyensure_buffer_stack()1582 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()1585 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()1587 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()1597 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()1600 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()1605 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()