Searched refs:b_p_spf (Results 1 – 7 of 7) sorted by relevance
254 check_string_option(&buf->b_s.b_p_spf); in check_buf_options()1753 || varp == &(curwin->w_s->b_p_spf)) in did_set_string_option()1755 int is_spellfile = varp == &(curwin->w_s->b_p_spf); in did_set_string_option()
2157 spf = curwin->w_s->b_p_spf; in did_set_spelllang()4378 l = (int)STRLEN(curwin->w_s->b_p_spf); in did_set_spell_option()4380 || STRCMP(curwin->w_s->b_p_spf + l - 4, ".add") != 0)) in did_set_spell_option()
6209 if (*curwin->w_s->b_p_spf == NUL) in spell_add_word()6215 if (*curwin->w_s->b_p_spf == NUL) in spell_add_word()6224 for (spf = curwin->w_s->b_p_spf, i = 1; *spf != NUL; ++i) in spell_add_word()
2644 char_u *b_p_spf; // 'spellfile' member
5512 case PV_SPF: return (char_u *)&(curwin->w_s->b_p_spf); in get_varp()6028 buf->b_s.b_p_spf = vim_strsave(p_spf); in buf_copy_options()
2313 clear_string_option(&buf->b_s.b_p_spf); in free_buf_options()
6334 clear_string_option(&curwin->w_s->b_p_spf); in ex_ownsyntax()