Searched refs:path_option (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 9 char_u *find_file_in_path_option(char_u *ptr, int len, int options, int first, char_u *path_option,…
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 1719 char_u *path_option, // p_path or p_cdpath in find_file_in_path_option() argument 1854 dir = path_option; in find_file_in_path_option() 2304 char_u *path_option = *curbuf->b_p_path == NUL in expand_path_option() local 2313 while (*path_option != NUL) in expand_path_option() 2315 copy_option_part(&path_option, buf, MAXPATHL, " ,"); in expand_path_option()
|