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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c521 if (iflag&ISTRIP)
536 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
620 iflag |= ISTRIP;
622 iflag &= ~ISTRIP;
629 iflag |= ISTRIP;
727 iflag |= ISTRIP;
729 iflag &= ~ISTRIP;
736 iflag |= ISTRIP;
H A Dtty.c460 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))
672 if ( c == 0377 && ISSET(iflag, PARMRK) && !ISSET(iflag, ISTRIP)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h126 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro

Completed in 29 milliseconds