Searched refs:OCRNL (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 61 #ifndef OCRNL 62 #define OCRNL 0 macro 136 DATA(OCRNL), in _nc_trace_ttymode() 140 #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() 532 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in send_init_strings() 533 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in send_init_strings()
|
H A D | tabs.c | 654 #if defined(TERMIOS) && defined(OCRNL) in main() 658 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 | 187 { "ocrnl", OCRNL, 0 }, 188 { "-ocrnl", 0, OCRNL },
|
H A D | print.c | 131 put("-ocrnl", OCRNL, 0); in print()
|
/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/contrib/less/ |
H A D | screen.c | 350 #ifdef OCRNL in set_termio_flags() 351 | OCRNL in set_termio_flags()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 510 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
|
H A D | tty.c | 91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 7401 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET, 13186 that version sets OPOST and OCRNL incorrectly).
|