Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptionstr.c256 check_string_option(&buf->b_s.b_p_spo); in check_buf_options()
1769 else if (varp == &(curwin->w_s->b_p_spo)) in did_set_string_option()
H A Dstructs.h2646 char_u *b_p_spo; // 'spelloptions' member
H A Doption.c5514 case PV_SPO: return (char_u *)&(curwin->w_s->b_p_spo); in get_varp()
6032 buf->b_s.b_p_spo = vim_strsave(p_spo); in buf_copy_options()
H A Dspell.c172 int use_camel_case = *wp->w_s->b_p_spo != NUL; in spell_check()
H A Dbuffer.c2317 clear_string_option(&buf->b_s.b_p_spo); in free_buf_options()
H A Dsyntax.c6336 clear_string_option(&curwin->w_s->b_p_spo); in ex_ownsyntax()