Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDposition.c251 int cvt_ops; in pos_shift() local
257 cvt_ops = get_cvt_ops(0); /* {{ Passing 0 ignores SRCH_NO_REGEX; does it matter? }} */ in pos_shift()
260 cvt_text(cline, line, NULL, &line_len, cvt_ops); in pos_shift()
HDtags.c458 int cvt_ops = CVT_ANSI; in ctagsearch() local
459 size_t cvt_len = cvt_length(line_len, cvt_ops); in ctagsearch()
462 cvt_text(cline, line, chpos, &line_len, cvt_ops); in ctagsearch()
HDsearch.c1507 int cvt_ops; in search_range() local
1653 cvt_ops = get_cvt_ops(search_type); in search_range()
1654 cvt_len = cvt_length(line_len, cvt_ops); in search_range()
1657 cvt_text(cline, line, chpos, &line_len, cvt_ops); in search_range()