Searched refs:b_p_path (Results 1 – 6 of 6) sorted by relevance
1674 *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path, in find_file_in_path()2304 char_u *path_option = *curbuf->b_p_path == NUL in expand_path_option()2305 ? p_path : curbuf->b_p_path; in expand_path_option()
5103 clear_string_option(&buf->b_p_path); in unset_global_local_option()5226 case PV_PATH: return (char_u *)&(curbuf->b_p_path); in get_varp_scope()5297 case PV_PATH: return *curbuf->b_p_path != NUL in get_varp()5298 ? (char_u *)&(curbuf->b_p_path) : p->var; in get_varp()6083 buf->b_p_path = empty_option; in buf_copy_options()
945 char_u *path = *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path; in findfilendir()
288 check_string_option(&buf->b_p_path); in check_buf_options()
2973 char_u *b_p_path; // 'path' local value member
2342 clear_string_option(&buf->b_p_path); in free_buf_options()