Lines Matching refs:new_size
2276 int new_size = text_size + size + 1; in append_string() local
2277 if (new_size > text_asize) { in append_string()
2278 new_size += START_STRSIZE - 1; in append_string()
2279 new_size &= -START_STRSIZE; in append_string()
2280 text = xrealloc(text, new_size); in append_string()
2281 text_asize = new_size; in append_string()
3113 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() local
3115 if ( new_size <= 0 ) in yy_get_next_buffer()
3171 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); in yy_get_next_buffer() local
3173 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer()
3177 YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); in yy_get_next_buffer()