Searched refs:old_files (Results 1 – 1 of 1) sorted by relevance
3349 int old_files; in find_pattern_in_path() local3415 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 …]