/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 248 "-nl", ONLCR, (OCRNL|ONLRET), 254 "onlret", ONLRET, 0, 255 "-onlret", 0, ONLRET, 292 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 396 if (m&ONLRET) in prmodes() 630 (void) printf("-onlret "+((m&ONLRET) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 254 "-nl", ONLCR, (OCRNL|ONLRET), 260 "onlret", ONLRET, 0, 261 "-onlret", 0, ONLRET, 299 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | stty.c | 345 if (m & ONLRET) in prmodes() 578 (void) fprintf(output, "-onlret " + ((m & ONLRET) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 183 #ifdef ONLRET 184 TTYMODE(ONLRET, c_oflag, 75)
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 216 "-nl", ONLCR, (OCRNL|ONLRET), 222 "onlret", ONLRET, 0, 223 "-onlret", 0, ONLRET, 272 "sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
|
H A D | cu.c | 1392 _Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET); in _mode()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 135 #define ONLRET 0x00000020 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 135 #define ONLRET 0x00000020 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1138 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 D | ldterm.c | 2233 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 D | stty.c | 289 #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 D | tset.c | 519 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 D | termios.h | 219 #define ONLRET 0000040 macro
|
/titanic_44/usr/src/cmd/tabs/ |
H A D | tabs.c | 532 ttyold.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); in settabs()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 359 #define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 757 td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty() 765 td->tio_dtios.c_oflag &= ~(OCRNL | ONLRET); in termio_resume_tty()
|