Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c96 extern int ctldisp;
842 if (ctldisp == OPT_ON) in fits_on_screen()
1193 if (ctldisp == OPT_ON) in store_control_char()
1300 if ((ctldisp == OPT_ONPLUS || pos == NULL_POSITION) && line_ansi == NULL) in do_append()
1397 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)) in do_append()
1443 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m')) in add_attr_normal()
1523 if (end_column < sc_width + cshift || !auto_wrap || (endline && defer_wrap) || ctldisp == OPT_ON) in pdone()
1599 } else if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(ch)) != NULL) in col_vs_pos()
1630 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(wch)) in col_vs_pos()
H A Dtags.c25 extern int ctldisp;
459 if (ctldisp != OPT_ONPLUS) in ctagsearch()
H A Doutput.c42 extern int ctldisp;
285 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode)) in win_flush()
H A Doption.c33 extern int ctldisp;
260 else if (is_env && o->ovar == &ctldisp) in scan_option()
H A Dfilename.c48 extern int ctldisp;
531 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in bin_file()
H A Dopttbl.c39 public int ctldisp; /* Send control chars to screen untranslated */ variable
433 O_TRIPLE|O_REPAINT, OPT_OFF, &ctldisp, NULL,
H A Dsearch.c30 extern int ctldisp;
244 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()