Home
last modified time | relevance | path

Searched refs:b_p_spc (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c253 check_string_option(&buf->b_s.b_p_spc); in check_buf_options()
1764 else if (varp == &(curwin->w_s->b_p_spc)) in did_set_string_option()
H A Dspell.c4406 if (synblock->b_p_spc == NULL || *synblock->b_p_spc == NUL) in compile_cap_prog()
4411 re = concat_str((char_u *)"^", synblock->b_p_spc); in compile_cap_prog()
H A Dstructs.h2642 char_u *b_p_spc; // 'spellcapcheck' member
H A Doption.c5511 case PV_SPC: return (char_u *)&(curwin->w_s->b_p_spc); in get_varp()
6025 buf->b_s.b_p_spc = vim_strsave(p_spc); in buf_copy_options()
H A Dbuffer.c2312 clear_string_option(&buf->b_s.b_p_spc); in free_buf_options()
H A Dsyntax.c6333 clear_string_option(&curwin->w_s->b_p_spc); in ex_ownsyntax()