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.c359 cpos = back_raw_line(cpos, NULL, NULL); in find_linenum()
432 cpos = back_raw_line(cpos, NULL, NULL); in find_pos()
H A Dsearch.c1554 pos = back_raw_line(pos, &line, &line_len); in search_range()
2211 spos = back_raw_line(spos+1, NULL, NULL); in prep_hilite()
2312 spos = back_raw_line(nprep_startpos, NULL, NULL); in prep_hilite()
H A Dfuncs.h259 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
H A Dline.c1686 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in back_raw_line() function