IUCLC
_Tv.c_iflag &= ~(INLCR | ICRNL | IGNCR | IUCLC);
#ifndef IUCLC
"iuclc", IUCLC, 0,
"-iuclc", 0, IUCLC,
"lcase", IUCLC, 0,
"-lcase", 0, IUCLC,
"LCASE", IUCLC, 0,
"-LCASE", 0, IUCLC,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
tios.c_iflag &= ~IUCLC;
td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC);
sbuf.c_iflag &= ~(INLCR|IGNCR|ICRNL|IUCLC|IXON);
#define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
if (m & IUCLC)
if (m&IUCLC)
(void) printf("-iuclc "+((m&IUCLC) != 0));
"iuclc", IUCLC, 0,
"-iuclc", 0, IUCLC,
"lcase", IUCLC, 0,
"-lcase", 0, IUCLC,
"LCASE", IUCLC, 0,
"-LCASE", 0, IUCLC,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
UPPERCASE = (tty.c_iflag & IUCLC) != 0;
term.c_iflag &= ~(INLCR|ICRNL|IGNCR|IUCLC);
#ifndef IUCLC
if (m & IUCLC)
if (m & IUCLC)
(void) fprintf(output, "-iuclc " + ((m & IUCLC) != 0));
"iuclc", IUCLC, 0,
"-iuclc", 0, IUCLC,
"lcase", IUCLC, 0,
"-lcase", 0, IUCLC,
"LCASE", IUCLC, 0,
"-LCASE", 0, IUCLC,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF);
modes.c_iflag |= IUCLC;
modes.c_iflag &= ~IUCLC;
if (tp->t_modes.c_iflag & (INLCR|IGNCR|ICRNL|IUCLC|IXON) ||
if (tp->t_modes.c_iflag & IUCLC &&
termiosp->c_iflag |= IUCLC;
termiosp->c_iflag &= ~(ICRNL|IUCLC);
INLCR|IGNCR|ICRNL|IUCLC|IXON)) &&
if (za->za_ttycommon.t_iflag & IUCLC) printf(" t_ifl:IUCLC");