Searched refs:end_col (Results 1 – 2 of 2) sorted by relevance
602 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible() local605 if (start_col < 0 || end_col < 0) in shift_visible()607 if (end_col < swidth) /* whole string is in first screen */ in shift_visible()609 else if (start_col > hshift && end_col < hshift + swidth) in shift_visible()613 int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth; in shift_visible()
281 unsigned end_col = sm.getSpellingColumnNumber(range.getEnd()); in HandleDiagnostic() local282 if (end_col > loc.column) in HandleDiagnostic()283 loc.length = end_col - loc.column; in HandleDiagnostic()