Home
last modified time | relevance | path

Searched refs:b_syn_linecont_pat (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c3551 VIM_CLEAR(block->b_syn_linecont_pat); in syntax_clear()
3599 VIM_CLEAR(curwin->w_s->b_syn_linecont_pat); in syntax_sync_clear()
5834 if (curwin->w_s->b_syn_linecont_pat != NULL) in syn_cmd_sync()
5850 if ((curwin->w_s->b_syn_linecont_pat = in syn_cmd_sync()
5863 vim_regcomp(curwin->w_s->b_syn_linecont_pat, RE_MAGIC); in syn_cmd_sync()
5871 VIM_CLEAR(curwin->w_s->b_syn_linecont_pat); in syn_cmd_sync()
H A Dstructs.h2600 char_u *b_syn_linecont_pat; // line continuation pattern member