Home
last modified time | relevance | path

Searched refs:b_p_spl (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c255 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()
H A Dspellfile.c6361 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()
H A Dspell.c1246 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()
H A Devalfunc.c9273 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()
H A Dbuffer.c1881 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()
H A Dstructs.h2645 char_u *b_p_spl; // 'spelllang' member
H A Ddrawline.c502 && *wp->w_s->b_p_spl != NUL in win_line()
H A Doption.c5513 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()
H A Dex_cmds.c3108 if (did_get_winopts && curwin->w_p_spell && *curwin->w_s->b_p_spl != NUL) in do_ecmd()
H A Dspellsuggest.c482 if (*curwin->w_s->b_p_spl == NUL) in spell_suggest()
H A Dsyntax.c6335 clear_string_option(&curwin->w_s->b_p_spl); in ex_ownsyntax()