Searched refs:ISTRIP (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c532 if (iflag&ISTRIP)
547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
631 iflag |= ISTRIP;
633 iflag &= ~ISTRIP;
640 iflag |= ISTRIP;
738 iflag |= ISTRIP;
740 iflag &= ~ISTRIP;
747 iflag |= ISTRIP;
H A Dtty.c574 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))
801 if ( c == 0377 && ISSET(iflag, PARMRK) && !ISSET(iflag, ISTRIP)
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h124 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro

Completed in 29 milliseconds