Searched refs:next_match_col (Results 1 – 1 of 1) sorted by relevance
243 static int next_match_col; // column for start of next match variable1804 if (next_match_idx >= 0 && next_match_col >= (int)current_col in syn_current_attr()1805 && next_match_col != MAXCOL) in syn_current_attr()1948 if (next_match_idx < 0 || next_match_col < (int)current_col) in syn_current_attr()1957 next_match_col = MAXCOL; in syn_current_attr()1980 && spp->sp_startcol >= next_match_col) in syn_current_attr()2024 if (startcol >= next_match_col) in syn_current_attr()2118 next_match_col = startcol; in syn_current_attr()2136 if (next_match_idx >= 0 && next_match_col == (int)current_col) in syn_current_attr()2506 next_match_col = MAXCOL; in check_state_ends()