OLCUC
_Tv.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONOCR | ONLRET);
"olcuc", OLCUC, 0,
"-olcuc", 0, OLCUC,
"lcase", OLCUC, 0,
"-lcase", 0, OLCUC,
"LCASE", OLCUC, 0,
"-LCASE", 0, OLCUC,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
#define RESET_OFLAG (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL| \
if (m & OLCUC)
if (m&OLCUC)
(void) printf("-olcuc "+((m&OLCUC) != 0));
"olcuc", OLCUC, 0,
"-olcuc", 0, OLCUC,
"lcase", OLCUC, 0,
"-lcase", 0, OLCUC,
"LCASE", OLCUC, 0,
"-LCASE", 0, OLCUC,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
if (m & OLCUC)
if (m & OLCUC)
(void) fprintf(output, "-olcuc " + ((m & OLCUC) != 0));
"olcuc", OLCUC, 0,
"-olcuc", 0, OLCUC,
"lcase", OLCUC, 0,
"-lcase", 0, OLCUC,
"LCASE", OLCUC, 0,
"-LCASE", 0, OLCUC,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
modes.c_oflag &= ~(OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
modes.c_oflag |= OLCUC;
modes.c_oflag &= ~OLCUC;
if (tp->t_modes.c_oflag & OLCUC)
(tp->t_modes.c_oflag & OLCUC) &&
(tp->t_modes.c_oflag & OLCUC ?
(tp->t_modes.c_oflag & OLCUC ?
if (tp->t_modes.c_oflag & OLCUC)
if (tp->t_modes.c_oflag & OLCUC)
termiosp->c_oflag |= OLCUC;
if (termiosp->c_oflag & OLCUC)