Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dline.c88 extern int ctldisp;
667 if (ctldisp == OPT_ON) in fits_on_screen()
974 if (ctldisp == OPT_ON) in store_control_char()
1045 if (ctldisp == OPT_ONPLUS && line_ansi == NULL) in do_append()
1131 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)) in do_append()
1162 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in add_attr_normal()
1235 if (end_column < sc_width + cshift || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON) in pdone()
H A Dtags.c25 extern int ctldisp;
452 if (ctldisp != OPT_ONPLUS) in ctagsearch()
H A Doutput.c37 extern int ctldisp;
89 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
378 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL,
H A Dfilename.c49 extern int ctldisp;
472 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in bin_file()
H A Dsearch.c31 extern int ctldisp;
222 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()