Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDline.c64 static POSITION line_pos; variable
221 return line_pos; in line_position()
252 line_pos = NULL_POSITION; in prewind()
405 line_pos = NULL_POSITION; in pshift_all()
792 if (line_pos == NULL_POSITION) in store_char()
793 line_pos = pos; in store_char()
HDsearch.c613 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in shift_visible() argument
615 POSITION start_pos = line_pos + start_off; in shift_visible()
616 POSITION end_pos = line_pos + end_off; in shift_visible()
617 int start_col = col_from_pos(line_pos, start_pos, NULL_POSITION, -1); in shift_visible()
618 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible()
629 int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth; in shift_visible()