Searched refs:files_alloced (Results 1 – 1 of 1) sorted by relevance
446 int files_alloced, files_free; in mch_expand_wildcards() local449 files_alloced = EXPL_ALLOC_INC; in mch_expand_wildcards()451 *file = ALLOC_MULT(char_u *, files_alloced); in mch_expand_wildcards()499 files_alloced += EXPL_ALLOC_INC; in mch_expand_wildcards()500 *file = vim_realloc(old_file, sizeof(char_u **) * files_alloced); in mch_expand_wildcards()