Searched refs:OCRNL (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 57 #ifndef OCRNL 58 #define OCRNL 0 macro 132 DATA(OCRNL), in _nc_trace_ttymode() 136 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 227 #ifndef OCRNL 228 #define OCRNL 0 macro 333 | OCRNL in reset_tty_settings() 556 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings() 557 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in send_init_strings()
|
| H A D | tabs.c | 655 #if defined(TERMIOS) && defined(OCRNL) in main() 659 new_settings.c_oflag &= (unsigned) ~OCRNL; in main()
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 156 #ifdef OCRNL 157 TTYMODE(OCRNL, c_oflag, 73)
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 189 { "ocrnl", OCRNL, 0 }, 190 { "-ocrnl", 0, OCRNL },
|
| H A D | print.c | 133 put("-ocrnl", OCRNL, 0); in print()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 39 #define OCRNL 0000010 // Map CR to NL on output macro
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 115 #define OCRNL 0x00000010 /* map CR to NL on output */ macro
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 150 # ifdef OCRNL 151 { "ocrnl", OCRNL, M_OUTPUT },
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 218 #ifdef OCRNL 219 {"ocrnl", OCRNL, MD_OUT},
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 510 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
|
| H A D | tty.c | 90 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 362 #ifdef OCRNL in set_termio_flags() 363 | OCRNL in set_termio_flags()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 7970 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET, 13755 that version sets OPOST and OCRNL incorrectly).
|