XCASE
"xcase", XCASE, 0,
"-xcase", 0, XCASE,
"lcase", XCASE, 0,
"-lcase", 0, XCASE,
"LCASE", XCASE, 0,
"-LCASE", 0, XCASE,
"raw", 0, (ISIG|ICANON|XCASE|IEXTEN),
(XCASE|ECHOPRT|ECHONL|NOFLSH),
tios.c_lflag &= ~(XCASE|IEXTEN);
#define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
if (m & XCASE)
if (m&XCASE)
(void) printf("-xcase "+((m&XCASE) != 0));
"xcase", XCASE, 0,
"-xcase", 0, XCASE,
"lcase", XCASE, 0,
"-lcase", 0, XCASE,
"LCASE", XCASE, 0,
"-LCASE", 0, XCASE,
"raw", 0, (ISIG|ICANON|XCASE),
(XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
if (m & XCASE)
if (m & XCASE)
(void) fprintf(output, "-xcase " + ((m & XCASE) != 0));
"xcase", XCASE, 0,
"-xcase", 0, XCASE,
"lcase", XCASE, 0,
"-lcase", 0, XCASE,
"LCASE", XCASE, 0,
"-LCASE", 0, XCASE,
"raw", 0, (ISIG|ICANON|XCASE|IEXTEN),
(XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH);
modes.c_cflag |= XCASE;
modes.c_cflag &= ~XCASE;
if ((tp->t_modes.c_lflag & XCASE) &&
if ((tp->t_modes.c_lflag & XCASE) &&
((tp->t_modes.c_lflag & XCASE) &&
((tp->t_modes.c_lflag & XCASE) &&
if ((tp->t_modes.c_lflag & XCASE) &&
termiosp->c_lflag |= XCASE;
termiosp->c_lflag &= ~(XCASE|IEXTEN);
!(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN)))