Home
last modified time | relevance | path

Searched defs:curr_pos (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dinput.c84 public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop, POSITI… in forw_line_seg()
335 public POSITION forw_line(POSITION curr_pos, POSITION *p_linepos, lbool *p_newline) in forw_line()
347 public POSITION back_line(POSITION curr_pos, lbool *p_newline) in back_line()
H A Dline.c1631 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t… in forw_raw_line_len()
1677 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in forw_raw_line()
1686 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in back_raw_line()
H A Dfilename.c1106 POSITION curr_pos = ch_tell(); in curr_ifile_changed() local