Symbol: ONLRET
usr/src/cmd/bnu/cu.c
1385
_Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET);
usr/src/cmd/bnu/setmode.c
214
"-nl", ONLCR, (OCRNL|ONLRET),
usr/src/cmd/bnu/setmode.c
220
"onlret", ONLRET, 0,
usr/src/cmd/bnu/setmode.c
221
"-onlret", 0, ONLRET,
usr/src/cmd/bnu/setmode.c
270
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/cmd/mdb/common/mdb/mdb_termio.c
812
td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
820
td->tio_dtios.c_oflag &= ~(OCRNL | ONLRET);
usr/src/cmd/sulogin/sulogin.c
360
#define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
usr/src/cmd/tabs/tabs.c
530
ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET);
usr/src/cmd/ttymon/stty.c
400
if (m&ONLRET)
usr/src/cmd/ttymon/stty.c
637
(void) printf("-onlret "+((m&ONLRET) != 0));
usr/src/cmd/ttymon/sttytable.c
256
"-nl", ONLCR, (OCRNL|ONLRET),
usr/src/cmd/ttymon/sttytable.c
262
"onlret", ONLRET, 0,
usr/src/cmd/ttymon/sttytable.c
263
"-onlret", 0, ONLRET,
usr/src/cmd/ttymon/sttytable.c
300
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/stty/stty.c
346
if (m & ONLRET)
usr/src/ucbcmd/stty/stty.c
579
(void) fprintf(output, "-onlret " + ((m & ONLRET) != 0));
usr/src/ucbcmd/stty/sttytable.c
262
"-nl", ONLCR, (OCRNL|ONLRET),
usr/src/ucbcmd/stty/sttytable.c
268
"onlret", ONLRET, 0,
usr/src/ucbcmd/stty/sttytable.c
269
"-onlret", 0, ONLRET,
usr/src/ucbcmd/stty/sttytable.c
307
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/tset/tset.c
523
modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/tset/tset.c
952
if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) {
usr/src/ucbcmd/tset/tset.c
953
oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET);
usr/src/uts/common/io/ldterm.c
2250
if (tp->t_modes.c_oflag & ONLRET)
usr/src/uts/common/io/ldterm.c
2360
if (tp->t_modes.c_oflag & ONLRET)
usr/src/uts/common/io/ldterm.c
3816
if (tp->t_modes.c_oflag & ONLRET)
usr/src/uts/common/io/ttcompat.c
1040
termiosp->c_oflag &= (ONLRET|ONOCR);
usr/src/uts/common/io/ttcompat.c
1107
termiosp->c_oflag |= ONLRET|CR1; /* tty37 */
usr/src/uts/common/io/ttcompat.c
1305
(termiosp->c_oflag & ONLRET))
usr/src/uts/common/io/ttcompat.c
1308
if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1))