Searched refs:line_pos (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | line.c | 66 static POSITION line_pos; variable 256 return line_pos; in line_position() 319 line_pos = NULL_POSITION; in prewind() 468 line_pos = NULL_POSITION; in pshift_all() 928 if (line_pos == NULL_POSITION) in store_char() 929 line_pos = pos; in store_char()
|
| H A D | search.c | 597 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in shift_visible() argument 599 POSITION start_pos = line_pos + start_off; in shift_visible() 600 POSITION end_pos = line_pos + end_off; in shift_visible() 601 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()
|