Searched defs:cr_opt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c170 int cr_opt = 0; /* show ctrl characters as '^c' */ variable
443 cr_opt = 1;
782 else if ((c == '\b') && (ul_opt || !cr_opt) && (column > 0)) /* M008 */
794 else if ((c == '\r') && !cr_opt) {
808 else if (c < ' ' && cr_opt){ /* M008 begin */

Completed in 71 milliseconds