Lines Matching refs:next_match_idx
247 static int next_match_idx; // index of matched item variable
934 next_match_idx = -1; in syn_start_line()
1804 if (next_match_idx >= 0 && next_match_col >= (int)current_col in syn_current_attr()
1827 next_match_idx = -1; in syn_current_attr()
1948 if (next_match_idx < 0 || next_match_col < (int)current_col) in syn_current_attr()
1956 next_match_idx = 0; // no match in this line yet in syn_current_attr()
2117 next_match_idx = idx; in syn_current_attr()
2136 if (next_match_idx >= 0 && next_match_col == (int)current_col) in syn_current_attr()
2142 lspp = &(SYN_ITEMS(syn_block)[next_match_idx]); in syn_current_attr()
2158 [zero_width_next_ga.ga_len++] = next_match_idx; in syn_current_attr()
2160 next_match_idx = -1; in syn_current_attr()
2198 next_match_idx = -1; in syn_current_attr()
2379 spp = &(SYN_ITEMS(syn_block)[next_match_idx]); in push_next_match()
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()
2456 next_match_idx = -1; // try other match next time in push_next_match()
2505 next_match_idx = 0; in check_state_ends()
2771 next_match_idx = -1; in pop_current_state()
6504 next_match_idx = -1; in syn_get_id()