Home
last modified time | relevance | path

Searched refs:b_p_path (Results 1 – 6 of 6) 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()
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()
H A Doption.c5103 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()
H A Dfilepath.c945 char_u *path = *curbuf->b_p_path == NUL ? p_path : curbuf->b_p_path; in findfilendir()
H A Doptionstr.c288 check_string_option(&buf->b_p_path); in check_buf_options()
H A Dstructs.h2973 char_u *b_p_path; // 'path' local value member
H A Dbuffer.c2342 clear_string_option(&buf->b_p_path); in free_buf_options()