| /freebsd-11-stable/usr.bin/tset/ |
| HD | set.c | 122 #ifdef ONLCR in reset_mode() 123 | ONLCR in reset_mode() 216 #ifdef ONLCR in set_conversions() 217 mode.c_oflag |= ONLCR; in set_conversions() 223 #ifdef ONLCR in set_conversions() 224 mode.c_oflag &= ~ONLCR; in set_conversions() 247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 248 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /freebsd-11-stable/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 56 #ifndef ONLCR 57 #define ONLCR 0 macro 125 {ONLCR, "ONLCR"}, in _nc_trace_ttymode() 130 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET) in _nc_trace_ttymode()
|
| /freebsd-11-stable/contrib/ncurses/progs/ |
| HD | tset.c | 851 #ifdef ONLCR in reset_mode() 852 | ONLCR in reset_mode() 974 #ifdef ONLCR in set_conversions() 975 mode.c_oflag |= ONLCR; in set_conversions() 986 #ifdef ONLCR in set_conversions() 987 mode.c_oflag &= ~((unsigned) ONLCR); in set_conversions() 1017 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) { in set_init() 1018 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET); in set_init()
|
| /freebsd-11-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_newterm.c | 59 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */ 60 #define ONLCR 0 macro 86 buf.c_oflag &= (unsigned) ~(ONLCR); in _nc_initscr()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | ttymodes.h | 162 #ifdef ONLCR 163 TTYMODE(ONLCR, c_oflag, 72)
|
| /freebsd-11-stable/usr.sbin/lpr/lpd/ |
| HD | modes.c | 190 { "onlcr", ONLCR, 0 }, 191 { "-onlcr", 0, ONLCR },
|
| /freebsd-11-stable/bin/stty/ |
| HD | modes.c | 190 { "onlcr", ONLCR, 0 }, 191 { "-onlcr", 0, ONLCR },
|
| HD | key.c | 219 ip->t.c_oflag |= ONLCR; in f_nl() 222 ip->t.c_oflag &= ~ONLCR; in f_nl()
|
| HD | print.c | 137 put("-onlcr", ONLCR, 1); in print()
|
| /freebsd-11-stable/libexec/comsat/ |
| HD | comsat.c | 194 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
|
| /freebsd-11-stable/lib/libedit/ |
| HD | tty.h | 89 # ifndef ONLCR 90 # define ONLCR 0 macro
|
| HD | tty.c | 74 {"oflag:", (OPOST | ONLCR), ONLRET}, 82 {"oflag:", (OPOST | ONLCR), ONLRET}, 216 #ifdef ONLCR 217 {"onlcr", ONLCR, MD_OUT},
|
| /freebsd-11-stable/sys/kern/ |
| HD | tty_compat.c | 284 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags() 359 oflag |= ONLCR; in ttcompatsetflags() 362 oflag &= ~ONLCR; in ttcompatsetflags()
|
| /freebsd-11-stable/lib/libvgl/ |
| HD | keyboard.c | 55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | ed.term.h | 77 # ifndef ONLCR 78 # define ONLCR 0 macro
|
| HD | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 147 # ifdef ONLCR 148 { "onlcr", ONLCR, M_OUTPUT },
|
| /freebsd-11-stable/crypto/heimdal/appl/login/ |
| HD | stty_default.c | 89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
|
| /freebsd-11-stable/sys/sys/ |
| HD | ttydefaults.h | 48 #define TTYDEF_OFLAG (OPOST | ONLCR)
|
| HD | _termios.h | 106 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
|
| /freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/ |
| HD | t_ttypty.c | 83 tio.c_oflag &= ~ONLCR; in h_check()
|
| /freebsd-11-stable/contrib/nvi/cl/ |
| HD | cl_screen.c | 486 #ifdef ONLCR in cl_ex_init() 487 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
|
| /freebsd-11-stable/release/picobsd/mfs_tree/etc/ |
| HD | gettytab | 30 # oflags: OPOST | ONLCR | OXTABS
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | bsd-openpty.c | 208 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
| /freebsd-11-stable/libexec/getty/ |
| HD | subr.c | 324 SET(oflag, ONLCR|OPOST); in set_flags() 327 CLR(oflag, ONLCR); in set_flags()
|
| /freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 358 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 363 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
|