Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c208 reg_extmatch_T *si_extmatch; // \z(...\) matches from start member
584 unref_extmatch(sip[i].si_extmatch); in clear_current_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()
1525 six = CUR_STATE(i).si_extmatch; in syn_stack_equal()
2403 cur_si->si_extmatch = ref_extmatch(next_match_extmatch); in push_next_match()
2712 &(sip->si_flags), &end_endpos, &end_idx, sip->si_extmatch); in update_si_end()
2767 unref_extmatch(CUR_STATE(current_state.ga_len - 1).si_extmatch); in pop_current_state()