Searched refs:IXOFF (Results 1 – 9 of 9) sorted by relevance
80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
126 TTYMODE(IXOFF, c_iflag, 40)
74 #define IXOFF 0010000 macro
94 #define IXOFF 0010000 /* Enable start/stop input control. */ macro
169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
86 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},198 #ifdef IXOFF199 {"ixoff", IXOFF, MD_INP},
965 tios.c_iflag |= IXON | IXOFF; in set_up_tty()
1241 tios.c_iflag |= IXON | IXOFF;