Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c310 static int push_current_state(int idx);
695 if (push_current_state(idx) == OK) in syn_sync()
827 && push_current_state(found_match_idx) == OK) in syn_sync()
1889 if (push_current_state(KEYWORD_IDX) == OK) in syn_current_attr()
2384 if (push_current_state(next_match_idx) == OK) in push_next_match()
2433 && push_current_state(next_match_idx) == OK) in push_next_match()
2749 push_current_state(int idx) in push_current_state() function