Searched refs:back_raw_line (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | linenum.c | 350 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 D | search.c | 1250 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 D | funcs.h | 222 public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
|
H A D | line.c | 1377 public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp) in back_raw_line() function
|