Symbol: ONLCR
bin/stty/key.c
215
ip->t.c_oflag |= ONLCR;
bin/stty/key.c
218
ip->t.c_oflag &= ~ONLCR;
bin/stty/modes.c
185
{ "onlcr", ONLCR, 0 },
bin/stty/modes.c
186
{ "-onlcr", 0, ONLCR },
bin/stty/print.c
132
put("-onlcr", ONLCR, 1);
crypto/openssh/ttymodes.h
153
#ifdef ONLCR
crypto/openssh/ttymodes.h
154
TTYMODE(ONLCR, c_oflag, 72)
games/backgammon/backgammon/main.c
114
noech.c_oflag &= ~(ONLCR | OXTABS);
games/backgammon/backgammon/main.c
115
raw.c_oflag &= ~(ONLCR | OXTABS);
games/backgammon/teachgammon/teach.c
66
noech.c_oflag &= ~(ONLCR | OXTABS);
games/backgammon/teachgammon/teach.c
67
raw.c_oflag &= ~(ONLCR | OXTABS);
libexec/comsat/comsat.c
186
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
libexec/getty/main.c
381
tmode.c_oflag |= ONLCR;
libexec/getty/subr.c
313
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
316
CLR(oflag, ONLCR);
sys/kern/tty.c
794
if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {
sys/kern/tty.c
827
if (ISSET(tp->t_oflag, ONLCR | ONLRET))
sys/platform/vkernel64/platform/console.c
449
tio.c_oflag |= OPOST | ONLCR;
sys/sys/ttydefaults.h
50
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/dsynth/build.c
2480
tio.c_oflag &= ~(OCRNL | ONLCR);
usr.bin/telnet/sys_bsd.c
430
tmp_tc.c_oflag |= ONLCR;
usr.bin/telnet/sys_bsd.c
439
tmp_tc.c_oflag &= ~ONLCR;
usr.bin/tset/set.c
116
#ifdef ONLCR
usr.bin/tset/set.c
117
| ONLCR
usr.bin/tset/set.c
210
#ifdef ONLCR
usr.bin/tset/set.c
211
mode.c_oflag |= ONLCR;
usr.bin/tset/set.c
217
#ifdef ONLCR
usr.bin/tset/set.c
218
mode.c_oflag &= ~ONLCR;
usr.bin/tset/set.c
241
if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
usr.bin/tset/set.c
242
oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
usr.sbin/lpr/lpd/modes.c
185
{ "onlcr", ONLCR, 0 },
usr.sbin/lpr/lpd/modes.c
186
{ "-onlcr", 0, ONLCR },