Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c563 unref_extmatch(SYN_STATE_P(gap)[i].bs_extmatch); in clear_syn_state()
569 unref_extmatch(p->sst_union.sst_stack[i].bs_extmatch); in clear_syn_state()
1436 bp[i].bs_extmatch = ref_extmatch(CUR_STATE(i).si_extmatch); in store_current_state()
1474 CUR_STATE(i).si_extmatch = ref_extmatch(bp[i].bs_extmatch); in load_current_state()
1519 if (bp[i].bs_extmatch != CUR_STATE(i).si_extmatch) in syn_stack_equal()
1524 bsx = bp[i].bs_extmatch; in syn_stack_equal()
H A Dstructs.h1071 reg_extmatch_T *bs_extmatch; // external matches from start pattern member