Searched refs:curr_pos (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dinput.c42 * of the NEXT line. The line obtained is the line starting at curr_pos.
45 forw_line_seg(curr_pos, get_segpos)
46 POSITION curr_pos;
58 if (curr_pos == NULL_POSITION)
73 prep_hilite(curr_pos, curr_pos + 3*size_linebuf,
75 curr_pos = next_unfiltered(curr_pos);
78 if (ch_seek(curr_pos))
87 base_pos = curr_pos;
[all...]
H A Dline.c1293 forw_raw_line(curr_pos, linep, line_lenp)
1294 POSITION curr_pos;
1302 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
1342 back_raw_line(curr_pos, linep, line_lenp)
1343 POSITION curr_pos;
1351 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() ||
1352 ch_seek(curr_pos-1))
H A Dfuncs.h176 public POSITION forw_line_seg LESSPARAMS ((POSITION curr_pos, int get_segpos));
177 public POSITION forw_line LESSPARAMS ((POSITION curr_pos));
178 public POSITION back_line LESSPARAMS ((POSITION curr_pos));
206 public POSITION forw_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
207 public POSITION back_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
H A Dch.c325 POSITION curr_pos = ch_tell(); local
329 (curr_pos != NULL_POSITION && st.st_size < curr_pos)))

Completed in 114 milliseconds