Searched refs:first_col (Results 1 – 1 of 1) sorted by relevance
1841 int first_col = col_start; in current_quote() local1846 first_col = find_next_quote(line, col_start, quotechar, NULL); in current_quote()1848 first_col = find_prev_quote(line, col_start, quotechar, NULL); in current_quote()1860 if (col_start < 0 || col_start > first_col) in current_quote()1869 if (col_start <= first_col && first_col <= col_end) in current_quote()