Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c615 int found_match_idx = 0; in syn_sync() local
774 found_match_idx = KEYWORD_IDX; in syn_sync()
780 found_match_idx = spp->sp_sync_idx; in syn_sync()
826 if (found_match_idx >= 0 in syn_sync()
827 && push_current_state(found_match_idx) == OK) in syn_sync()