Home
last modified time | relevance | path

Searched refs:b_p_spf (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c254 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()
H A Dspell.c2157 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()
H A Dspellfile.c6209 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()
H A Dstructs.h2644 char_u *b_p_spf; // 'spellfile' member
H A Doption.c5512 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()
H A Dbuffer.c2313 clear_string_option(&buf->b_s.b_p_spf); in free_buf_options()
H A Dsyntax.c6334 clear_string_option(&curwin->w_s->b_p_spf); in ex_ownsyntax()