Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dlinenum.c350 cpos = back_raw_line(cpos, (char **)NULL, (int *)NULL); in find_linenum()
424 cpos = back_raw_line(cpos, (char **)NULL, (int *)NULL); in find_pos()
H A Dsearch.c1250 pos = back_raw_line(pos, &line, &line_len); in search_range()
1664 spos = back_raw_line(spos+1, (char **)NULL, (int *)NULL); in prep_hilite()
1790 spos = back_raw_line(nprep_startpos, (char **)NULL, (int *)NULL); in prep_hilite()
H A Dfuncs.h222 public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
H A Dline.c1377 public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp) in back_raw_line() function