Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5149 clear_string_option(&buf->b_p_efm); in unset_global_local_option()
5220 case PV_EFM: return (char_u *)&(curbuf->b_p_efm); in get_varp_scope()
5328 case PV_EFM: return *curbuf->b_p_efm != NUL in get_varp()
5329 ? (char_u *)&(curbuf->b_p_efm) : p->var; in get_varp()
6079 buf->b_p_efm = empty_option; in buf_copy_options()
H A Doptionstr.c285 check_string_option(&buf->b_p_efm); in check_buf_options()
H A Dstructs.h2970 char_u *b_p_efm; // 'errorformat' local value member
H A Dquickfix.c1713 if (errorformat == p_efm && tv == NULL && *buf->b_p_efm != NUL) in qf_init_ext()
1714 efm = buf->b_p_efm; in qf_init_ext()
H A Dbuffer.c2339 clear_string_option(&buf->b_p_efm); in free_buf_options()