Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5127 clear_string_option(&buf->b_p_def); in unset_global_local_option()
5233 case PV_DEF: return (char_u *)&(curbuf->b_p_def); in get_varp_scope()
5312 case PV_DEF: return *curbuf->b_p_def != NUL in get_varp()
5313 ? (char_u *)&(curbuf->b_p_def) : p->var; in get_varp()
6088 buf->b_p_def = empty_option; in buf_copy_options()
H A Dsearch.c3403 if (type == FIND_DEFINE && (*curbuf->b_p_def != NUL || *p_def != NUL)) in find_pattern_in_path()
3405 def_regmatch.regprog = vim_regcomp(*curbuf->b_p_def == NUL in find_pattern_in_path()
3406 ? p_def : curbuf->b_p_def, in find_pattern_in_path()
H A Doptionstr.c212 check_string_option(&buf->b_p_def); in check_buf_options()
H A Dstructs.h2895 char_u *b_p_def; // 'define' local value member
H A Dbuffer.c2256 clear_string_option(&buf->b_p_def); in free_buf_options()