Home
last modified time | relevance | path

Searched refs:b_syn_sync_linebreaks (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c1190 if (p->sst_lnum + block->b_syn_sync_linebreaks > buf->b_mod_top) in syn_stack_apply_changes_block()
3547 block->b_syn_sync_linebreaks = 0; in syntax_clear()
3595 curwin->w_s->b_syn_sync_linebreaks = 0; in syntax_sync_clear()
3885 || curwin->w_s->b_syn_sync_linebreaks > 0) in syn_cmd_list()
3965 if (curwin->w_s->b_syn_sync_linebreaks > 0) in syn_match_msg()
3968 msg_outnum(curwin->w_s->b_syn_sync_linebreaks); in syn_match_msg()
5812 curwin->w_s->b_syn_sync_linebreaks = n; in syn_cmd_sync()
H A Dstructs.h2599 long b_syn_sync_linebreaks; // offset for multi-line pattern member
H A Ddrawscreen.c1581 mod_top -= buf->b_s.b_syn_sync_linebreaks; in win_update()