Searched refs:back_raw_line (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | linenum.c | 359 cpos = back_raw_line(cpos, NULL, NULL); in find_linenum() 432 cpos = back_raw_line(cpos, NULL, NULL); in find_pos()
|
H A D | search.c | 1554 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 D | funcs.h | 259 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
|
H A D | line.c | 1686 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in back_raw_line() function
|