Searched refs:next_match_idx (Results 1 – 2 of 2) sorted by relevance
247 static int next_match_idx; // index of matched item variable934 next_match_idx = -1; in syn_start_line()1827 next_match_idx = -1; in syn_current_attr()2117 next_match_idx = idx; in syn_current_attr()2160 next_match_idx = -1; in syn_current_attr()2198 next_match_idx = -1; 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()2505 next_match_idx = 0; in check_state_ends()2771 next_match_idx = -1; in pop_current_state()[all …]
7310 Solution: Reset next_match_idx. (Christian Brabandt)