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

/freebsd-10-stable/contrib/less/
H A Dlinenum.c325 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
415 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
H A Dsearch.c1132 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
1218 pos = forw_raw_line(pos, &line, &line_len);
1584 max_epos = forw_raw_line(max_epos, (char **)NULL, (int *)NULL);
1685 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.h191 public POSITION forw_raw_line LESSPARAMS ((POSITION curr_pos, char **linep, int *line_lenp));
H A Dline.c216 * {{ Note: since find_linenum calls forw_raw_line,
219 * {{ Since forw_raw_line modifies linebuf, we must
1230 forw_raw_line(curr_pos, linep, line_lenp) function

Completed in 114 milliseconds