HomeSort by: relevance | last modified time | path
    Searched refs:ctldisp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 90 extern int ctldisp;
669 if (ctldisp == OPT_ON)
976 if (ctldisp == OPT_ON)
1047 if (ctldisp == OPT_ONPLUS && line_ansi == NULL)
1133 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch))
1164 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m'))
1237 if (end_column < sc_width + cshift || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
output.c 39 extern int ctldisp;
91 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode))
tags.c 27 extern int ctldisp;
454 if (ctldisp != OPT_ONPLUS)
filename.c 51 extern int ctldisp;
474 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL)
opttbl.c 42 public int ctldisp; /* Send control chars to screen untranslated */ variable
389 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL,
search.c 33 extern int ctldisp;
224 if (ctldisp == OPT_ONPLUS)

Completed in 58 milliseconds