Home
last modified time | relevance | path

Searched refs:cvt_ops (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/less/
H A Dtags.c458 int cvt_ops = CVT_ANSI; in ctagsearch() local
459 int cvt_len = cvt_length(line_len, cvt_ops); in ctagsearch()
462 cvt_text(cline, line, chpos, &line_len, cvt_ops); in ctagsearch()
H A Dsearch.c926 …POSITION linepos, char *line, int line_len, int *chpos, char **sp, char **ep, int nsp, int cvt_ops) in hilite_line() argument
1185 int cvt_ops; in search_range() local
1318 cvt_ops = get_cvt_ops(search_type); in search_range()
1319 cvt_len = cvt_length(line_len, cvt_ops); in search_range()
1322 cvt_text(cline, line, chpos, &line_len, cvt_ops); in search_range()
1359 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
1375 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()