Searched refs:forw_raw_line (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dlinenum.c327 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
416 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
H A Dsearch.c1139 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
1314 pos = forw_raw_line(pos, &line, &line_len);
1755 max_epos = forw_raw_line(max_epos, (char **)NULL, (int *)NULL);
1856 epos = forw_raw_line(nprep_endpos, (char **)NULL, (int *)NULL);
H A Dtags.c445 pos = forw_raw_line(pos, &line, &line_len);
H A Dfuncs.h206 public POSITION forw_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
H A Dline.c292 * {{ Note: since find_linenum calls forw_raw_line,
295 * {{ Since forw_raw_line modifies linebuf, we must
1293 forw_raw_line(curr_pos, linep, line_lenp) function

Completed in 167 milliseconds