Searched refs:ISTRIP (Results 1 – 5 of 5) sorted by relevance
290 if (iflag&ISTRIP) in ttcompatgetflags()305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()377 iflag |= ISTRIP; in ttcompatsetflags()379 iflag &= ~ISTRIP; in ttcompatsetflags()386 iflag |= ISTRIP; in ttcompatsetflags()470 iflag |= ISTRIP; in ttcompatsetlflags()472 iflag &= ~ISTRIP; in ttcompatsetlflags()479 iflag |= ISTRIP; in ttcompatsetlflags()
595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()904 if (CMP_FLAG(i, ISTRIP)) in ttydisc_rint()
90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\
90 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()