HomeSort by: relevance | last modified time | path
    Searched refs:cvt_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
tags.c 460 int cvt_ops = CVT_ANSI; local
461 int cvt_len = cvt_length(line_len, cvt_ops);
464 cvt_text(cline, line, chpos, &line_len, cvt_ops);
search.c 928 static void hilite_line(POSITION linepos, char *line, int line_len, int *chpos, char **sp, char **ep, int nsp, int cvt_ops)
1187 int cvt_ops; local
1320 cvt_ops = get_cvt_ops(search_type);
1321 cvt_len = cvt_length(line_len, cvt_ops);
1324 cvt_text(cline, line, chpos, &line_len, cvt_ops);
1361 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);
1377 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);

Completed in 53 milliseconds