Home
last modified time | relevance | path

Searched refs:end_col (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dsearch.c602 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible() local
605 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp281 unsigned end_col = sm.getSpellingColumnNumber(range.getEnd()); in HandleDiagnostic() local
282 if (end_col > loc.column) in HandleDiagnostic()
283 loc.length = end_col - loc.column; in HandleDiagnostic()