Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c303 static stateitem_T *push_next_match(stateitem_T *cur_si);
1806 (void)push_next_match(NULL); in syn_current_attr()
2163 cur_si = push_next_match(cur_si); in syn_current_attr()
2372 push_next_match(stateitem_T *cur_si) in push_next_match() function