Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dtags.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()
H A Dsearch.c1507 int cvt_ops; in search()
1653 cvt_ops = get_cvt_ops(search_type); in prep_hilite()
1654 cvt_len = cvt_length(line_len, cvt_ops); in prep_hilite()
1657 cvt_text(cline, line, chpos, &line_len, cvt_ops); in prep_hilite()
926 hilite_line(POSITION linepos,char * line,int line_len,int * chpos,char ** sp,char ** ep,int nsp,int cvt_ops) hilite_line() argument
1185 int cvt_ops; search_range() local