Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dregexp.pro7 void unref_extmatch(reg_extmatch_T *em);
/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()
584 unref_extmatch(sip[i].si_extmatch); in clear_current_state()
2054 unref_extmatch(cur_extmatch); in syn_current_attr()
2126 unref_extmatch(next_match_extmatch); in syn_current_attr()
2337 unref_extmatch(re_extmatch_out); in syn_current_attr()
2339 unref_extmatch(cur_extmatch); in syn_current_attr()
2767 unref_extmatch(CUR_STATE(current_state.ga_len - 1).si_extmatch); in pop_current_state()
2848 unref_extmatch(re_extmatch_in); in find_endpos()
3017 unref_extmatch(re_extmatch_in); in find_endpos()
H A Dregexp.c1240 unref_extmatch(reg_extmatch_T *em) in unref_extmatch() function
H A Dregexp_bt.c4772 unref_extmatch(re_extmatch_out); in regtry()
H A Dregexp_nfa.c7294 unref_extmatch(re_extmatch_out); in nfa_regtry()