Searched refs:is_spellfile (Results 1 – 3 of 3) sorted by relevance
47 char *did_set_spell_option(int is_spellfile);
1755 int is_spellfile = varp == &(curwin->w_s->b_p_spf); in did_set_string_option() local1757 if ((is_spellfile && !valid_spellfile(*varp)) in did_set_string_option()1758 || (!is_spellfile && !valid_spelllang(*varp))) in did_set_string_option()1761 errmsg = did_set_spell_option(is_spellfile); in did_set_string_option()
4370 did_set_spell_option(int is_spellfile) in did_set_spell_option() argument4376 if (is_spellfile) in did_set_spell_option()