INPCK
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|
"inpck", INPCK, 0,
"-inpck", 0, INPCK,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC);
#define RESET_IFLAG (IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY)
arg.c_iflag &= ~(INPCK|IXON|IXOFF|ICRNL);
if (!(m&INPCK))
(void) printf("-inpck "+((m&INPCK) != 0));
"inpck", INPCK, 0,
"-inpck", 0, INPCK,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF|IXANY),
newattr.c_iflag &= ~(ICRNL | INPCK | ISTRIP);
if (!(m & INPCK))
(void) fprintf(output, "-inpck " + ((m & INPCK) != 0));
"inpck", INPCK, 0,
"-inpck", 0, INPCK,
(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF),
modes.c_iflag &= ~(IGNBRK|PARMRK|INPCK|INLCR|IGNCR|IUCLC|IXOFF);
modes.c_iflag &= ~(PARMRK|INPCK);
modes.c_iflag |= INPCK;
modes.c_iflag |= INPCK;
if (tp->t_iflag & INPCK) /* parity enabled */
termiosp->c_iflag |= INPCK|ISTRIP;
termiosp->c_iflag |= INPCK|ISTRIP;
(IMAXBEL|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|
else if (termiosp->c_iflag & INPCK)
} else if (!(tp->t_iflag & INPCK) && (err & (DS_PARITY_ERR))) {
if (za->za_ttycommon.t_iflag & INPCK)
if (za->za_ttycommon.t_iflag & INPCK) printf(" t_ifl:INPCK");
if (tp->t_iflag & INPCK) /* parity enabled */