Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c61 #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 Dreset_cmd.c227 #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 Dtabs.c654 #if defined(TERMIOS) && defined(OCRNL) in main()
658 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.c187 { "ocrnl", OCRNL, 0 },
188 { "-ocrnl", 0, OCRNL },
H A Dprint.c131 put("-ocrnl", OCRNL, 0); in print()
/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/contrib/less/
H A Dscreen.c350 #ifdef OCRNL in set_termio_flags()
351 | OCRNL in set_termio_flags()
/freebsd/sys/kern/
H A Dtty_ttydisc.c510 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
H A Dtty.c91 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/freebsd/contrib/ncurses/
H A DNEWS7401 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
13186 that version sets OPOST and OCRNL incorrectly).