Searched refs:b_syn_linecont_pat (Results 1 – 2 of 2) sorted by relevance
3551 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()
2600 char_u *b_syn_linecont_pat; // line continuation pattern member