Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dinput.c83 * of the NEXT line. The line obtained is the line starting at curr_pos. in forw_line_seg() argument
85 public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop) in forw_line_seg()
99 if (curr_pos == NULL_POSITION) in forw_line_seg()
114 prep_hilite(curr_pos, curr_pos + (POSITION) (3*size_linebuf), ignore_eoi ? 1 : -1); in forw_line_seg()
115 curr_pos = next_unfiltered(curr_pos); in forw_line_seg()
118 if (ch_seek(curr_pos)) in forw_line_seg()
127 base_pos = curr_pos; in forw_line_seg()
148 while (new_pos < curr_pos) in forw_line_seg()
346 forw_line(POSITION curr_pos) forw_line() argument
359 back_line(POSITION curr_pos) back_line() argument
[all...]
H A Dline.c1488 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp) in pappstr()
1494 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
1534 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in rrshift()
1536 return forw_raw_line_len(curr_pos, size_t_null, linep, line_lenp); in rrshift()
1543 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp)
1549 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in lookup_color_index()
1550 ch_seek(curr_pos-1)) in lookup_color_index()
1332 forw_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) forw_raw_line() argument
1377 back_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) back_raw_line() argument
H A Dfuncs.h206 public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop);
207 public POSITION forw_line(POSITION curr_pos);
208 public POSITION back_line(POSITION curr_pos);
245 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp);
246 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
247 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
H A Dfilename.c1106 POSITION curr_pos = ch_tell();
1110 (curr_pos != NULL_POSITION && st.st_size < curr_pos))) in last_component()
1086 POSITION curr_pos = ch_tell(); curr_ifile_changed() local