Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c57 #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 Dreset_cmd.c227 #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 Dtabs.c655 #if defined(TERMIOS) && defined(OCRNL) in main()
659 new_settings.c_oflag &= (unsigned) ~OCRNL; in main()
/freebsd/crypto/openssh/
H A Dttymodes.h156 #ifdef OCRNL
157 TTYMODE(OCRNL, c_oflag, 73)
/freebsd/bin/stty/
H A Dmodes.c189 { "ocrnl", OCRNL, 0 },
190 { "-ocrnl", 0, OCRNL },
H A Dprint.c133 put("-ocrnl", OCRNL, 0); in print()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h39 #define OCRNL 0000010 // Map CR to NL on output macro
/freebsd/sys/sys/
H A D_termios.h115 #define OCRNL 0x00000010 /* map CR to NL on output */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c150 # ifdef OCRNL
151 { "ocrnl", OCRNL, M_OUTPUT },
/freebsd/contrib/libedit/
H A Dtty.c218 #ifdef OCRNL
219 {"ocrnl", OCRNL, MD_OUT},
/freebsd/sys/kern/
H A Dtty_ttydisc.c510 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
H A Dtty.c90 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/freebsd/contrib/less/
H A Dscreen.c362 #ifdef OCRNL in set_termio_flags()
363 | OCRNL in set_termio_flags()
/freebsd/contrib/ncurses/
H A DNEWS7970 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
13755 that version sets OPOST and OCRNL incorrectly).