Searched refs:forw_raw_line (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/less/ |
H A D | linenum.c | 329 cpos = forw_raw_line(cpos, NULL, NULL); in find_linenum() 415 cpos = forw_raw_line(cpos, NULL, NULL); in find_pos() 497 pos = forw_raw_line(pos, NULL, NULL); in vlinenum()
|
H A D | search.c | 530 pos = forw_raw_line(pos, NULL, NULL); in next_unfiltered() 1172 pos = forw_raw_line(pos, NULL, NULL); 1563 pos = forw_raw_line(pos, &line, &line_len); in search() 1770 pos = forw_raw_line(osc8_linepos, &line, &line_len); in prep_hilite() 1825 if (forw_raw_line(linepos, &line, &line_len) == NULL_POSITION) in set_filter_pattern() 1876 pos = forw_raw_line(osc8_linepos, &line, &line_len); 2240 max_epos = forw_raw_line(max_epos, NULL, NULL); 2341 epos = forw_raw_line(nprep_endpos, NULL, NULL);
|
H A D | tags.c | 431 pos = forw_raw_line(pos, &line, &line_len); in ctagsearch()
|
H A D | edit.c | 255 pos = forw_raw_line(pos, &line, &line_len); in check_modelines()
|
H A D | funcs.h | 246 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
|
H A D | line.c | 324 * {{ Note: since find_linenum calls forw_raw_line, in plinestart() 327 * {{ Since forw_raw_line modifies linebuf, we must in plinestart() 1534 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in rrshift() 1332 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp) forw_raw_line() function
|