Searched refs:ISTRIP (Results 1 – 9 of 9) sorted by relevance
80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
117 TTYMODE(ISTRIP, c_iflag, 33)
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()
177 #ifdef ISTRIP178 {"istrip", ISTRIP, MD_INP},
1887 cb.c_iflag &= ~(ISTRIP); in x_mkraw()1890 cb.c_iflag &= ~(INLCR | ICRNL | ISTRIP); in x_mkraw()
440 #ifndef ISTRIP441 #define ISTRIP 0 macro
1083 termios.c_iflag &= ~(BRKINT | ICRNL | INLCR | ISTRIP | IXON | IGNBRK | PARMRK | INPCK); in USERIAL_Open()