Home
last modified time | relevance | path

Searched refs:ONLRET (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c248 "-nl", ONLCR, (OCRNL|ONLRET),
254 "onlret", ONLRET, 0,
255 "-onlret", 0, ONLRET,
292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c396 if (m&ONLRET) in prmodes()
630 (void) printf("-onlret "+((m&ONLRET) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c254 "-nl", ONLCR, (OCRNL|ONLRET),
260 "onlret", ONLRET, 0,
261 "-onlret", 0, ONLRET,
299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dstty.c345 if (m & ONLRET) in prmodes()
578 (void) fprintf(output, "-onlret " + ((m & ONLRET) != 0)); in pramodes()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h183 #ifdef ONLRET
184 TTYMODE(ONLRET, c_oflag, 75)
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c216 "-nl", ONLCR, (OCRNL|ONLRET),
222 "onlret", ONLRET, 0,
223 "-onlret", 0, ONLRET,
272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
H A Dcu.c1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h135 #define ONLRET 0x00000020 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h135 #define ONLRET 0x00000020 macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1138 termiosp->c_oflag &= (ONLRET|ONOCR); in from_compat()
1205 termiosp->c_oflag |= ONLRET|CR1; /* tty37 */ in from_compat()
1403 (termiosp->c_oflag & ONLRET)) in to_compat()
1406 if ((termiosp->c_oflag & ONLRET) && (termiosp->c_oflag & NL1)) in to_compat()
H A Dldterm.c2233 if (tp->t_modes.c_oflag & ONLRET) in ldterm_tabcols()
2343 if (tp->t_modes.c_oflag & ONLRET) in ldterm_tabcols()
3797 if (tp->t_modes.c_oflag & ONLRET) in ldterm_output_msg()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c289 #ifdef ONLRET
290 { "onlret", BIT, O_FLAG, US, ONLRET, ONLRET, C("Newline performs (does not perform) a carriage retu…
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c519 modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| in main()
950 if (oldmodes.c_oflag&(TAB3|ONLCR|OCRNL|ONLRET)) { in main()
951 oldmodes.c_oflag &= (TAB3|ONLCR|OCRNL|ONLRET); in main()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h219 #define ONLRET 0000040 macro
/titanic_44/usr/src/cmd/tabs/
H A Dtabs.c532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c757 td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
765 td->tio_dtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()