Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c1674 *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path, in find_file_in_path()
2305 ? p_path : curbuf->b_p_path; in expand_path_option()
H A Doption.h787 EXTERN char_u *p_path; // 'path' variable
H A Doption.c6350 || p == (char_u *)&p_path in set_context_in_set_cmd()
6362 if (p == (char_u *)&p_path in set_context_in_set_cmd()
H A Dfilepath.c945 char_u *path = *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path; in findfilendir()
H A Doptiondefs.h1890 (char_u *)&p_path, PV_PATH,