Home
last modified time | relevance | path

Searched refs:forw_raw_line (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dlinenum.c321 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL); in find_linenum()
408 cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL); in find_pos()
484 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL); in scan_eof()
H A Dsearch.c1082 pos = forw_raw_line(pos, (char **)NULL, (int *)NULL); in search_pos()
1243 pos = forw_raw_line(pos, &line, &line_len); in search_range()
1678 max_epos = forw_raw_line(max_epos, (char **)NULL, (int *)NULL); in prep_hilite()
1779 epos = forw_raw_line(nprep_endpos, (char **)NULL, (int *)NULL); in prep_hilite()
H A Dtags.c433 pos = forw_raw_line(pos, &line, &line_len); in ctagsearch()
H A Dedit.c258 pos = forw_raw_line(pos, &line, &line_len); in check_modelines()
H A Dfuncs.h223 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
H A Dline.c1334 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp) in forw_raw_line() function
/netbsd-src/distrib/utils/more/
H A Dextern.h59 off_t forw_raw_line __P((off_t));
H A Dline.c415 forw_raw_line(curr_pos) in forw_raw_line() function
H A Dlinenum.c324 cpos = forw_raw_line(cpos);
H A Dprim.c756 pos = forw_raw_line(pos);