Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c3349 int old_files; in find_pattern_in_path() local
3415 old_files = max_path_depth; in find_pattern_in_path()
3449 i = old_files; in find_pattern_in_path()
3570 if (depth + 1 == old_files) in find_pattern_in_path()
3584 for (i = old_files; i < max_path_depth; i++) in find_pattern_in_path()
3586 old_files += max_path_depth; in find_pattern_in_path()
3597 if (++depth == old_files) in find_pattern_in_path()
3603 vim_free(files[old_files].name); in find_pattern_in_path()
3604 ++old_files; in find_pattern_in_path()
3940 --old_files; in find_pattern_in_path()
[all …]