HomeSort by: relevance | last modified time | path
    Searched refs:forw_raw_line (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/less/dist/
linenum.c 321 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
408 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
484 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
search.c 1082 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
1243 pos = forw_raw_line(pos, &line, &line_len);
1678 max_epos = forw_raw_line(max_epos, (char **)NULL, (int *)NULL);
1779 epos = forw_raw_line(nprep_endpos, (char **)NULL, (int *)NULL);
tags.c 433 pos = forw_raw_line(pos, &line, &line_len);
edit.c 258 pos = forw_raw_line(pos, &line, &line_len);
funcs.h 223 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
line.c 329 * {{ Note: since find_linenum calls forw_raw_line,
332 * {{ Since forw_raw_line modifies linebuf, we must
1334 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp) function
  /src/distrib/utils/more/
line.c 415 forw_raw_line(curr_pos) function
linenum.c 324 cpos = forw_raw_line(cpos);
extern.h 59 off_t forw_raw_line __P((off_t));
prim.c 756 pos = forw_raw_line(pos);

Completed in 68 milliseconds