Lines Matching defs:line_len

1018 static void hilite_line(POSITION linepos, constant char *line, size_t line_len, int *chpos, constant char **sp, constant char **ep, int nsp)
1021 constant char *line_end = line + line_len;
1203 static int matches_filters(POSITION pos, char *cline, size_t line_len, int *chpos, POSITION linepos, constant char **sp, constant char **ep, int nsp)
1210 cline, line_len, sp, ep, nsp, 0, filter->search_type);
1370 static osc8_match osc8_search_line1(int search_type, POSITION linepos, POSITION spos, constant char *line, size_t line_len, constant char *param, POSITION clickpos)
1372 constant char *line_end = &line[line_len];
1444 static osc8_match osc8_search_line(int search_type, POSITION linepos, constant char *line, size_t line_len, constant char *param, POSITION clickpos, int *matches)
1450 size_t sline_len = line_len;
1501 size_t line_len;
1563 pos = forw_raw_line(pos, &line, &line_len);
1572 pos = back_raw_line(pos, &line, &line_len);
1635 skip_bytes = skip_columns(header_cols, &line, &line_len);
1639 if (osc8_search_line(search_type, linepos, line, line_len, osc8_search_param, NULL_POSITION, &matches) != OSC8_NO_MATCH)
1654 cvt_len = cvt_length(line_len, cvt_ops);
1657 cvt_text(cline, line, chpos, &line_len, cvt_ops);
1667 if (matches_filters(pos, cline, line_len, chpos, linepos, sp, ep, NSP))
1680 cline, line_len, sp, ep, NSP, 0, search_type);
1694 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP);
1710 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP);
1769 size_t line_len;
1770 pos = forw_raw_line(osc8_linepos, &line, &line_len);
1773 if (osc8_search_line(search_type, osc8_linepos, line, line_len, param, NULL_POSITION, &matches) != OSC8_NO_MATCH)
1816 size_t line_len;
1825 if (forw_raw_line(linepos, &line, &line_len) == NULL_POSITION)
1827 r = osc8_search_line(SRCH_FORW|SRCH_OSC8, linepos, line, line_len, NULL, clickpos, &matches);
1873 size_t line_len;
1876 pos = forw_raw_line(osc8_linepos, &line, &line_len);