Home
last modified time | relevance | path

Searched refs:ctldisp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/less/
H A Dline.c95 extern int ctldisp;
830 if (ctldisp == OPT_ON) in fits_on_screen()
1183 if (ctldisp == OPT_ON) in store_control_char()
1259 if ((ctldisp == OPT_ONPLUS || pos == NULL_POSITION) && line_ansi == NULL) in do_append()
1356 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)) in do_append()
1403 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in add_attr_normal()
1483 if (end_column < sc_width + cshift || !auto_wrap || (endline && defer_wrap) || ctldisp == OPT_ON) in pdone()
1559 } else if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(ch)) != NULL) in col_vs_pos()
1590 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(wch)) in col_vs_pos()
H A Dtags.c25 extern int ctldisp;
453 if (ctldisp != OPT_ONPLUS) in ctagsearch()
H A Doption.c33 extern int ctldisp;
261 else if (is_env && o->ovar == &ctldisp) in scan_option()
H A Doutput.c37 extern int ctldisp;
258 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode)) in win_flush()
H A Dopttbl.c39 public int ctldisp; /* Send control chars to screen untranslated */ variable
397 O_TRIPLE|O_REPAINT, OPT_OFF, &ctldisp, NULL,
H A Dfilename.c48 extern int ctldisp;
497 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in bin_file()
H A Dsearch.c30 extern int ctldisp;
239 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()