Searched refs:cvt_ops (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | position.c | 258 int cvt_ops; in pos_shift() local 264 cvt_ops = get_cvt_ops(0); /* {{ Passing 0 ignores SRCH_NO_REGEX; does it matter? }} */ in pos_shift() 266 cline = (char *) ecalloc(1, cvt_length(line_len, cvt_ops)); in pos_shift() 267 cvt_text(cline, line, NULL, &line_len, cvt_ops); in pos_shift()
|
| H A D | tags.c | 459 int cvt_ops = CVT_ANSI; in ctagsearch() local 460 size_t cvt_len = cvt_length(line_len, cvt_ops); in ctagsearch() 463 cvt_text(cline, line, chpos, &line_len, cvt_ops); in ctagsearch()
|
| H A D | search.c | 1495 int cvt_ops; in search_range() local 1642 cvt_ops = get_cvt_ops(search_type); in search_range() 1643 cvt_len = cvt_length(line_len, cvt_ops); in search_range() 1646 cvt_text(cline, line, chpos, &line_len, cvt_ops); in search_range()
|