Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c252 static reg_extmatch_T *next_match_extmatch = NULL; variable
2126 unref_extmatch(next_match_extmatch); in syn_current_attr()
2127 next_match_extmatch = cur_extmatch; in syn_current_attr()
2403 cur_si->si_extmatch = ref_extmatch(next_match_extmatch); in push_next_match()