Searched refs:cvt_ops (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/less/ |
| D | search.c | 620 adj_hilite(anchor, linepos, cvt_ops) in adj_hilite() argument 623 int cvt_ops; 665 if (cvt_ops & CVT_ANSI) 686 if (cvt_ops & CVT_BS) 708 hilite_line(linepos, line, sp, ep, cvt_ops) in hilite_line() argument 713 int cvt_ops; 767 adj_hilite(&hilites, linepos, cvt_ops); 928 int cvt_ops; local 1008 cvt_ops = get_cvt_ops(); 1009 cvt_text(line, line, cvt_ops); [all …]
|