Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dshtags.pl80 &check_shell($_), ( $old_file = $ARGV ) if $ARGV ne $old_file;
/vim-8.2.3635/src/
H A Dos_vms.c497 char_u **old_file = *file; in mch_expand_wildcards() local
500 *file = vim_realloc(old_file, sizeof(char_u **) * files_alloced); in mch_expand_wildcards()
503 vim_free(old_file); in mch_expand_wildcards()