Symbol: ONLCR
bin/stty/key.c
212
ip->t.c_oflag |= ONLCR;
bin/stty/key.c
215
ip->t.c_oflag &= ~ONLCR;
bin/stty/modes.c
187
{ "onlcr", ONLCR, 0 },
bin/stty/modes.c
188
{ "-onlcr", 0, ONLCR },
bin/stty/print.c
132
put("-onlcr", ONLCR, 1);
crypto/heimdal/appl/login/stty_default.c
89
termios.c_oflag |= (OPOST|ONLCR);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
358
tmp_tc.c_oflag |= ONLCR;
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
363
tmp_tc.c_oflag &= ~ONLCR;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
908
termbuf.c_oflag = OPOST|ONLCR|TAB3;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
924
termbuf.c_oflag |= ONLCR|OXTABS;
crypto/openssh/openbsd-compat/bsd-openpty.c
225
tio.c_oflag |= (OPOST | ONLCR);
crypto/openssh/ttymodes.h
153
#ifdef ONLCR
crypto/openssh/ttymodes.h
154
TTYMODE(ONLCR, c_oflag, 72)
lib/libvgl/keyboard.c
55
term.c_oflag = OPOST | ONLCR;
libexec/comsat/comsat.c
177
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
libexec/getty/main.c
379
tmode.c_oflag |= ONLCR;
libexec/getty/subr.c
317
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
320
CLR(oflag, ONLCR);
sys/compat/linux/linux_ioctl.c
458
if (bios->c_oflag & ONLCR)
sys/compat/linux/linux_ioctl.c
586
bios->c_oflag |= ONLCR;
sys/kern/tty.c
90
#define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
sys/kern/tty_compat.c
282
if (iflag&ICRNL || oflag&ONLCR)
sys/kern/tty_compat.c
357
oflag |= ONLCR;
sys/kern/tty_compat.c
360
oflag &= ~ONLCR;
sys/kern/tty_ttydisc.c
493
if (CMP_FLAG(o, ONLCR)) {
sys/kern/tty_ttydisc.c
502
if (CMP_FLAG(o, ONLCR|ONLRET)) {
sys/sys/ttydefaults.h
47
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.sbin/lpr/lpd/modes.c
184
{ "onlcr", ONLCR, 0 },
usr.sbin/lpr/lpd/modes.c
185
{ "-onlcr", 0, ONLCR },