Searched refs:b_p_efm (Results 1 – 5 of 5) sorted by relevance
5149 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()
285 check_string_option(&buf->b_p_efm); in check_buf_options()
2970 char_u *b_p_efm; // 'errorformat' local value member
1713 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()
2339 clear_string_option(&buf->b_p_efm); in free_buf_options()