Searched refs:b_p_spl (Results 1 – 11 of 11) sorted by relevance
255 check_string_option(&buf->b_s.b_p_spl); in check_buf_options()1752 else if (varp == &(curwin->w_s->b_p_spl) in did_set_string_option()2458 if (varp == &(curwin->w_s->b_p_spl)) in did_set_string_option()2461 char_u *q = curwin->w_s->b_p_spl; in did_set_string_option()
6361 char_u *lstart = curbuf->b_s.b_p_spl; in init_spellfile()6363 if (*curwin->w_s->b_p_spl != NUL && curwin->w_s->b_langp.ga_len > 0) in init_spellfile()6371 for (lend = curwin->w_s->b_p_spl; *lend != NUL in init_spellfile()6387 vim_strncpy(buf, curbuf->b_s.b_p_spl, in init_spellfile()6388 lstart - curbuf->b_s.b_p_spl - 1); in init_spellfile()6397 vim_strncpy(buf, curbuf->b_s.b_p_spl, in init_spellfile()6398 lend - curbuf->b_s.b_p_spl); in init_spellfile()
1246 if (!wp->w_p_spell || *wp->w_s->b_p_spl == NUL in no_spell_checking()2012 spl_copy = vim_strsave(wp->w_s->b_p_spl); in did_set_spelllang()2484 if (*wp->w_s->b_p_spl != NUL) in spell_reload()3066 if (curwin->w_p_spell && *curwin->w_s->b_p_spl != NUL) in eval_soundfold()
9273 if (*curwin->w_s->b_p_spl == NUL) in f_spellbadword()9300 else if (*curbuf->b_s.b_p_spl != NUL) in f_spellbadword()9363 if (*curwin->w_s->b_p_spl == NUL) in f_spellsuggest()9380 if (*curwin->w_s->b_p_spl != NUL) in f_spellsuggest()
1881 if (!curbuf->b_help && curwin->w_p_spell && *curwin->w_s->b_p_spl != NUL) in enter_buffer()2316 clear_string_option(&buf->b_s.b_p_spl); in free_buf_options()
2645 char_u *b_p_spl; // 'spelllang' member
502 && *wp->w_s->b_p_spl != NUL in win_line()
5513 case PV_SPL: return (char_u *)&(curwin->w_s->b_p_spl); in get_varp()6030 buf->b_s.b_p_spl = vim_strsave(p_spl); in buf_copy_options()
3108 if (did_get_winopts && curwin->w_p_spell && *curwin->w_s->b_p_spl != NUL) in do_ecmd()
482 if (*curwin->w_s->b_p_spl == NUL) in spell_suggest()
6335 clear_string_option(&curwin->w_s->b_p_spl); in ex_ownsyntax()