Searched refs:ISTRIP (Results 1 – 8 of 8) sorted by relevance
67 #define ISTRIP 0000040 macro
87 #define ISTRIP 0000040 /* Strip 8th bit off characters. */ macro
73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
1891 cb.c_iflag &= ~(ISTRIP); in x_mkraw()1894 cb.c_iflag &= ~(INLCR | ICRNL | ISTRIP); in x_mkraw()
479 #ifndef ISTRIP480 #define ISTRIP 0 macro
177 #ifdef ISTRIP178 {"istrip", ISTRIP, MD_INP},
381 iflag &= ~(TERMIOS.INPCK|TERMIOS.ISTRIP)
1084 termios.c_iflag &= ~(BRKINT | ICRNL | INLCR | ISTRIP | IXON | IGNBRK | PARMRK | INPCK); in USERIAL_Open()