Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Dline.c51 extern int ctldisp;
232 if (ctldisp == OPT_ONPLUS && c == ESC) { in pshift()
509 if (ctldisp == OPT_ONPLUS) { in store_char()
537 if (ctldisp != OPT_ON && column + w + attr_ewidth(a) > sc_width) in store_char()
837 if (ctldisp == OPT_ON || in do_append()
838 (ctldisp == OPT_ONPLUS && ch == ESC)) { in do_append()
848 } else if (utf_mode && ctldisp != OPT_ON && !iswprint(ch)) { in do_append()
918 if (ctldisp == OPT_ONPLUS && is_ansi_end('m')) { in pdone()
941 ctldisp == OPT_ON) { in pdone()
H A Dfilename.c29 extern int ctldisp;
371 (ctldisp != OPT_ONPLUS || data[i] != ESC)) in bin_file()
H A Dopttbl.c37 int ctldisp; /* Send control chars to screen untranslated */ variable
285 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL,
H A Dsearch.c30 extern int ctldisp;
168 if (ctldisp == OPT_ONPLUS) in get_cvt_ops()