Searched refs:max_path_depth (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dsearch.c4553 int max_path_depth = 50; local
4636 (max_path_depth * sizeof(SearchedFile)), TRUE);
4639 old_files = max_path_depth;
4674 if (i == max_path_depth)
4781 max_path_depth * 2 * sizeof(SearchedFile)), TRUE);
4786 for (i = depth + 1; i < old_files + max_path_depth; i++)
4793 for (i = old_files; i < max_path_depth; i++)
4794 bigger[i + max_path_depth] = files[i];
4795 old_files += max_path_depth;
4796 max_path_depth *
[all...]

Completed in 77 milliseconds