Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c153 "iuclc", IUCLC, 0,
154 "-iuclc", 0, IUCLC,
155 "lcase", IUCLC, 0,
156 "-lcase", 0, IUCLC,
157 "LCASE", IUCLC, 0,
158 "-LCASE", 0, IUCLC,
169 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c241 if (m & IUCLC) in prmodes()
374 if (m&IUCLC) in prmodes()
590 (void) printf("-iuclc "+((m&IUCLC) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c144 "iuclc", IUCLC, 0,
145 "-iuclc", 0, IUCLC,
146 "lcase", IUCLC, 0,
147 "-lcase", 0, IUCLC,
148 "LCASE", IUCLC, 0,
149 "-LCASE", 0, IUCLC,
166 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c189 if (m & IUCLC) in prmodes()
323 if (m & IUCLC) in prmodes()
538 (void) fprintf(output, "-iuclc " + ((m & IUCLC) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c118 "iuclc", IUCLC, 0,
119 "-iuclc", 0, IUCLC,
120 "lcase", IUCLC, 0,
121 "-lcase", 0, IUCLC,
122 "LCASE", IUCLC, 0,
123 "-LCASE", 0, IUCLC,
142 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Ddial.h31 #ifndef IUCLC
H A Dcu.c1388 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h136 #if defined(IUCLC)
137 TTYMODE(IUCLC, c_iflag, 37)
/titanic_44/usr/src/head/
H A Ddial.h31 #ifndef IUCLC
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c229 #ifdef IUCLC
230 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") },
767 #if defined(OLCUC) && defined(IUCLC) in set()
771 sp->c_iflag |= IUCLC; in set()
776 sp->c_iflag &= ~IUCLC; in set()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h123 #define IUCLC 0x00000200 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h123 #define IUCLC 0x00000200 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/ucbcmd/tset/
H A Dtset.c517 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
904 modes.c_iflag |= IUCLC; in main()
908 modes.c_iflag &= ~IUCLC; in main()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_tty.c64 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h196 #define IUCLC 0001000 macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1184 termiosp->c_iflag |= IUCLC; in from_compat()
1215 termiosp->c_iflag &= ~(ICRNL|IUCLC); in from_compat()
1342 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()
1394 if (tp->t_modes.c_iflag & IUCLC && in ldtermrput()
/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/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.c3361 if (za->za_ttycommon.t_iflag & IUCLC) printf(" t_ifl:IUCLC"); in zsa_print_info()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4206 tios.c_iflag &= ~IUCLC; in mode()