Home
last modified time | relevance | path

Searched refs:col_from_pos (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dsearch.c601 int start_col = col_from_pos(line_pos, start_pos, NULL_POSITION, -1); in shift_visible()
602 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible()
613 int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth; in shift_visible()
H A Dfuncs.h257 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col);
H A Dline.c1612 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col) in col_from_pos() function