Searched refs:find_what (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 2 …h, char_u *filename, char_u *stopdirs, int level, int free_visited, int find_what, void *search_ct… 9 …(char_u *ptr, int len, int options, int first, char_u *path_option, int find_what, char_u *rel_fna…
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 306 int find_what, in vim_findfile_init() argument 327 search_ctx->ffsc_find_what = find_what; in vim_findfile_init() 1720 int find_what, // FINDFILE_FILE, _DIR or _BOTH in find_file_in_path_option() argument 1829 && (find_what == FINDFILE_BOTH in find_file_in_path_option() 1830 || ((find_what == FINDFILE_DIR) in find_file_in_path_option() 1895 r_ptr, 100, FALSE, find_what, in find_file_in_path_option() 1907 if (find_what == FINDFILE_DIR) in find_file_in_path_option() 1916 if (find_what == FINDFILE_DIR) in find_file_in_path_option()
|
| H A D | filepath.c | 940 int find_what UNUSED) in findfilendir() 992 find_what, in findfilendir() 994 find_what == FINDFILE_DIR in findfilendir()
|