Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c161 "iuclc", IUCLC, 0,
162 "-iuclc", 0, IUCLC,
163 "lcase", IUCLC, 0,
164 "-lcase", 0, IUCLC,
165 "LCASE", IUCLC, 0,
166 "-LCASE", 0, IUCLC,
177 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
H A Dstty.c241 if (m & IUCLC) in prmodes()
378 if (m&IUCLC) in prmodes()
597 (void) printf("-iuclc "+((m&IUCLC) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c152 "iuclc", IUCLC, 0,
153 "-iuclc", 0, IUCLC,
154 "lcase", IUCLC, 0,
155 "-lcase", 0, IUCLC,
156 "LCASE", IUCLC, 0,
157 "-LCASE", 0, IUCLC,
174 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Dstty.c190 if (m & IUCLC) in prmodes()
324 if (m & IUCLC) in prmodes()
539 (void) fprintf(output, "-iuclc " + ((m & IUCLC) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c116 "iuclc", IUCLC, 0,
117 "-iuclc", 0, IUCLC,
118 "lcase", IUCLC, 0,
119 "-lcase", 0, IUCLC,
120 "LCASE", IUCLC, 0,
121 "-LCASE", 0, IUCLC,
140 (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
H A Ddial.h31 #ifndef IUCLC
H A Dcu.c1381 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
/illumos-gate/usr/src/head/
H A Ddial.h31 #ifndef IUCLC
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c231 #ifdef IUCLC
232 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") },
769 #if defined(OLCUC) && defined(IUCLC) in set()
773 sp->c_iflag |= IUCLC; in set()
778 sp->c_iflag &= ~IUCLC; in set()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c521 modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF); in main()
906 modes.c_iflag |= IUCLC; in main()
910 modes.c_iflag &= ~IUCLC; in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c62 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h198 #define IUCLC 0001000 macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1086 termiosp->c_iflag |= IUCLC; in from_compat()
1117 termiosp->c_iflag &= ~(ICRNL|IUCLC); in from_compat()
1244 INLCR|IGNCR|ICRNL|IUCLC|IXON)) && in to_compat()
H A Dldterm.c1236 if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) || in ldtermrput()
1409 if (tp->t_modes.c_iflag & IUCLC && in ldtermrput()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c358 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c479 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c811 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c3364 if (za->za_ttycommon.t_iflag & IUCLC) printf(" t_ifl:IUCLC"); in zsa_print_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4206 tios.c_iflag &= ~IUCLC; in mode()