Home
last modified time | relevance | path

Searched refs:files_alloced (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_vms.c446 int files_alloced, files_free; in mch_expand_wildcards() local
449 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()