Searched refs:b_p_def (Results 1 – 5 of 5) sorted by relevance
5127 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()
3403 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()
212 check_string_option(&buf->b_p_def); in check_buf_options()
2895 char_u *b_p_def; // 'define' local value member
2256 clear_string_option(&buf->b_p_def); in free_buf_options()