/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 140 "inlcr", INLCR, 0, 141 "-inlcr", 0, INLCR, 147 "-nl", 0, (ICRNL|INLCR|IGNCR), 150 "-nl", ICRNL, (INLCR|IGNCR), 169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
|
H A D | stty.c | 368 if (m&INLCR) in prmodes() 587 (void) printf("-inlcr "+((m&INLCR) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 136 "inlcr", INLCR, 0, 137 "-inlcr", 0, INLCR, 142 "-nl", ICRNL, (INLCR|IGNCR), 166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | stty.c | 317 if (m & INLCR) in prmodes() 535 (void) fprintf(output, "-inlcr " + ((m & INLCR) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 110 "inlcr", INLCR, 0, 111 "-inlcr", 0, INLCR, 116 "-nl", ICRNL, (INLCR|IGNCR), 142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
|
H A D | cu.c | 1388 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 133 TTYMODE(INLCR, c_iflag, 34)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 113 #define INLCR 0x00000040 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 113 #define INLCR 0x00000040 macro
|
/titanic_44/usr/src/cmd/script/ |
H A D | script.c | 225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL); in tty_raw() 334 ~(IGNBRK|PARMRK|INLCR|IGNCR|ICRNL|INPCK); in tty_raw() 467 nttyparm.c_iflag |= INLCR; in tty_alt() 1517 ott.c_iflag |= INLCR;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 190 #define INLCR 0000100 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 227 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newlin…
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1342 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
|
H A D | ldterm.c | 1221 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput() 1386 tp->t_modes.c_iflag & INLCR) in ldtermrput()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 477 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 756 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3358 if (za->za_ttycommon.t_iflag & INLCR) printf(" t_ifl:INLCR"); in zsa_print_info()
|