Searched refs:p_path (Results 1 – 5 of 5) sorted by relevance
1674 *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()
787 EXTERN char_u *p_path; // 'path' variable
6350 || p == (char_u *)&p_path in set_context_in_set_cmd()6362 if (p == (char_u *)&p_path in set_context_in_set_cmd()
945 char_u *path = *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path; in findfilendir()
1890 (char_u *)&p_path, PV_PATH,