Home
last modified time | relevance | path

Searched refs:INLCR (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c140 "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 Dstty.c368 if (m&INLCR) in prmodes()
587 (void) printf("-inlcr "+((m&INLCR) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c136 "inlcr", INLCR, 0,
137 "-inlcr", 0, INLCR,
142 "-nl", ICRNL, (INLCR|IGNCR),
166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c317 if (m & INLCR) in prmodes()
535 (void) fprintf(output, "-inlcr " + ((m & INLCR) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c110 "inlcr", INLCR, 0,
111 "-inlcr", 0, INLCR,
116 "-nl", ICRNL, (INLCR|IGNCR),
142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dcu.c1388 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshtty.c84 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h133 TTYMODE(INLCR, c_iflag, 34)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h113 #define INLCR 0x00000040 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h113 #define INLCR 0x00000040 macro
/titanic_44/usr/src/cmd/script/
H A Dscript.c225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c330 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 Dtermios.h190 #define INLCR 0000100 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c227 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newlin…
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c357 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1139 termios.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in serial_hw_init()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1342 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
H A Dldterm.c1221 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 Dzlogin.c477 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c756 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c3358 if (za->za_ttycommon.t_iflag & INLCR) printf(" t_ifl:INLCR"); in zsa_print_info()