Searched refs:OCRNL (Results 1 – 17 of 17) sorted by relevance
| /trueos/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 65 #ifndef OCRNL 66 #define OCRNL 0 macro 129 {OCRNL, "OCRNL"}, in _nc_trace_ttymode() 133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
|
| /trueos/usr.bin/tset/ |
| HD | set.c | 101 #ifdef OCRNL in reset_mode() 102 | OCRNL in reset_mode() 247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /trueos/crypto/openssh/ |
| HD | ttymodes.h | 162 #ifdef OCRNL 163 TTYMODE(OCRNL, c_oflag, 73)
|
| /trueos/bin/stty/ |
| HD | modes.c | 192 { "ocrnl", OCRNL, 0 }, 193 { "-ocrnl", 0, OCRNL },
|
| HD | print.c | 138 put("-ocrnl", OCRNL, 0); in print()
|
| /trueos/contrib/ncurses/progs/ |
| HD | tset.c | 792 #ifdef OCRNL in reset_mode() 793 | OCRNL in reset_mode() 985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /trueos/sys/sys/ |
| HD | _termios.h | 109 #define OCRNL 0x00000010 /* map CR to NL on output */ macro
|
| /trueos/contrib/texinfo/info/ |
| HD | terminal.c | 723 #ifdef OCRNL in terminal_prep_terminal() 724 ttybuff.c_oflag &= ~OCRNL; in terminal_prep_terminal()
|
| /trueos/contrib/gdb/gdb/tui/ |
| HD | tui.c | 531 mode.c_oflag &= ~(OLCUC | OCRNL | ONOCR | ONLRET | OFILL | OFDEL |
|
| /trueos/contrib/tcsh/ |
| HD | ed.term.c | 153 # ifdef OCRNL 154 { "ocrnl", OCRNL, M_OUTPUT },
|
| /trueos/contrib/less/ |
| HD | screen.c | 401 #ifdef OCRNL 402 | OCRNL 488 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
|
| /trueos/lib/libedit/ |
| HD | tty.c | 209 #ifdef OCRNL 210 {"ocrnl", OCRNL, MD_OUT},
|
| /trueos/sys/kern/ |
| HD | tty_ttydisc.c | 427 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
|
| HD | tty.c | 88 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
| /trueos/sys/dev/cy/ |
| HD | cy.c | 1466 if (t->c_oflag & OCRNL) in cyparam()
|
| /trueos/contrib/ncurses/ |
| HD | NEWS | 596 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET, 6382 that version sets OPOST and OCRNL incorrectly).
|
| /trueos/contrib/texinfo/ |
| HD | ChangeLog.46 | 7583 * info/terminal.c (terminal_prep_terminal): Only use OCRNL and
|