Searched refs:ctldisp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dline.c51 extern int ctldisp;
267 if (ctldisp == OPT_ONPLUS && IS_CSI_START(c))
599 if (ctldisp == OPT_ONPLUS && in_ansi_esc_seq())
614 else if (ctldisp == OPT_ONPLUS && IS_CSI_START(ch))
626 if (ctldisp != OPT_ON && column + w + attr_ewidth(a) > sc_width)
948 if (ctldisp == OPT_ON || (ctldisp == OPT_ONPLUS && IS_CSI_START(ch)))
958 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch))
1018 if (ctldisp == OPT_ONPLUS && is_ansi_end('m'))
1042 if (column < sc_width || !auto_wrap || (endline && ignaw) || ctldisp
[all...]
H A Dopttbl.c38 public int ctldisp; /* Send control chars to screen untranslated */ variable
318 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL,
H A Doutput.c34 extern int ctldisp;
118 if (ctldisp != OPT_ONPLUS)
H A Dfilename.c53 extern int ctldisp;
488 if (ctldisp == OPT_ONPLUS && IS_CSI_START(c))
H A Dsearch.c32 extern int ctldisp;
193 if (ctldisp == OPT_ONPLUS)

Completed in 107 milliseconds