/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 239 #ifndef ONLCR 240 #define ONLCR 0 macro 346 | ONLCR)); in reset_tty_settings() 448 set_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 456 clear_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 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()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 57 #ifndef ONLCR 58 #define ONLCR 0 macro 135 DATA(ONLCR), in _nc_trace_ttymode() 140 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET|OFLAGS_TABS) in _nc_trace_ttymode()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 60 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */ 61 #define ONLCR 0 macro 88 buf.c_oflag &= (unsigned) ~(ONLCR); in _nc_initscr()
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 153 #ifdef ONLCR 154 TTYMODE(ONLCR, c_oflag, 72)
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 184 { "onlcr", ONLCR, 0 }, 185 { "-onlcr", 0, ONLCR },
|
/freebsd/bin/stty/ |
H A D | modes.c | 185 { "onlcr", ONLCR, 0 }, 186 { "-onlcr", 0, ONLCR },
|
H A D | key.c | 210 ip->t.c_oflag |= ONLCR; in f_nl() 213 ip->t.c_oflag &= ~ONLCR; in f_nl()
|
H A D | print.c | 130 put("-onlcr", ONLCR, 1); in print()
|
/freebsd/libexec/comsat/ |
H A D | comsat.c | 183 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r"; in notify()
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 88 # ifndef ONLCR 89 # define ONLCR 0 macro
|
H A D | tty.c | 73 {"oflag:", (OPOST | ONLCR), ONLRET}, 81 {"oflag:", (OPOST | ONLCR), ONLRET}, 215 #ifdef ONLCR 216 {"onlcr", ONLCR, MD_OUT},
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 55 term.c_oflag = OPOST | ONLCR; in VGLKeyboardInit()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 89 termios.c_oflag |= (OPOST|ONLCR); in stty_default()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 77 # ifndef ONLCR 78 # define ONLCR 0 macro
|
H A D | ed.term.c | 42 { "oflag:", (OPOST|ONLCR), ONLRET }, 55 { "oflag:", (OPOST|ONLCR), ONLRET }, 147 # ifdef ONLCR 148 { "onlcr", ONLCR, M_OUTPUT },
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 282 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags() 357 oflag |= ONLCR; in ttcompatsetflags() 360 oflag &= ~ONLCR; in ttcompatsetflags()
|
H A D | tty_ttydisc.c | 493 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc() 502 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 47 #define TTYDEF_OFLAG (OPOST | ONLCR)
|
H A D | _termios.h | 106 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 479 #ifdef ONLCR in cl_ex_init() 480 clp->ex_enter.c_oflag |= ONLCR; in cl_ex_init()
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/ |
H A D | t_ttypty.c | 83 tio.c_oflag &= ~ONLCR; in h_check()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 228 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 317 SET(oflag, ONLCR|OPOST); in set_flags() 320 CLR(oflag, ONLCR); in set_flags()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 358 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 363 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 432 tmp_tc.c_oflag |= ONLCR; in TerminalNewMode() 441 tmp_tc.c_oflag &= ~ONLCR; in TerminalNewMode()
|