ISTRIP
{ "istrip", ISTRIP },
put("-istrip", ISTRIP, 0);
t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
screen->rawt.c_iflag &= ~ISTRIP;
#ifdef ISTRIP
{"istrip", ISTRIP, MD_INP},
CLR(iflag, ISTRIP|INPCK|IGNPAR);
SET(iflag, ISTRIP);
SET(iflag, ISTRIP);
CLR(iflag, ISTRIP);
SET(iflag, ISTRIP);
termbuf.c_iflag &= ~ISTRIP;
termbuf.c_iflag |= ISTRIP;
return(!(termbuf.c_iflag & ISTRIP));
tios.c_iflag &= ~(ISTRIP|ICRNL);
if (!ISSET(iflag, ISTRIP))
SET(iflag, ISTRIP);
CLR(iflag, ISTRIP);
SET(iflag, ISTRIP);
SET(iflag, ISTRIP);
CLR(iflag, ISTRIP);
SET(iflag, ISTRIP);
bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_ISTRIP, ISTRIP);
lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, ISTRIP, LINUX_ISTRIP);
bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_ISTRIP, ISTRIP);
lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, ISTRIP, LINUX_ISTRIP);
r |= ((l & 0x00000020) ? ISTRIP : 0);
r |= ((l & ISTRIP) ? 0x00000020 : 0);
r |= ((l & 0x00000020) ? ISTRIP : 0);
r |= ((l & ISTRIP) ? 0x00000020 : 0);
r |= ((l & 0x00000020) ? ISTRIP : 0);
r |= ((l & ISTRIP) ? 0x00000020 : 0);
#define IFLAG (BRKINT|ISTRIP|IXON|IXANY|ICRNL|IMAXBEL)
ISSET(iflag, ISTRIP|IGNPAR|INPCK|PARMRK) == (INPCK|PARMRK)) {
if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))
cntrl.c_iflag &= ~(ISTRIP|ICRNL);
tmp_tc.c_iflag &= ~ISTRIP;
tmp_tc.c_iflag |= ISTRIP;
cntrl.c_iflag &= ~(ISTRIP|ICRNL);
mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
{ "istrip", ISTRIP, 0 },
{ "-istrip", 0, ISTRIP },
SET(iflag, ISTRIP);
CLR(iflag, ISTRIP);
SET(iflag, ISTRIP);
if (!ISSET(iflag, ISTRIP))