/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 161 "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 D | stty.c | 241 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 D | sttytable.c | 152 "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 D | stty.c | 190 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 D | setmode.c | 116 "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 D | dial.h | 31 #ifndef IUCLC
|
H A D | cu.c | 1381 _Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC); in _mode()
|
/illumos-gate/usr/src/head/ |
H A D | dial.h | 31 #ifndef IUCLC
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 231 #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 D | script.c | 225 sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON); in fixtty()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 521 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 D | ex_tty.c | 62 UPPERCASE = (tty.c_iflag & IUCLC) != 0; in gettmode()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 198 #define IUCLC 0001000 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1086 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 D | ldterm.c | 1236 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 D | sulogin.c | 358 #define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
|
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 479 term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC); in set_tty_rawmode()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 811 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC); in termio_resume_tty()
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3364 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 D | in.telnetd.c | 4206 tios.c_iflag &= ~IUCLC; in mode()
|