Searched refs:CRTSCTS (Results 1 – 9 of 9) sorted by relevance
100 #ifndef CRTSCTS218 #ifndef CRTSCTS1187 #if !defined (CRTSCTS)1194 #ifndef CRTSCTS1205 #ifndef CRTSCTS1213 #ifdef CRTSCTS1215 tios.c_cflag |= CRTSCTS;1217 tios.c_cflag &= ~CRTSCTS;1263 #ifndef CRTSCTS1294 #ifndef CRTSCTS
961 tios.c_cflag |= CRTSCTS; in set_up_tty()971 tios.c_cflag &= ~CRTSCTS; in set_up_tty()
153 #ifdef CRTSCTS in termios_init()154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
161 #define CRTSCTS 020000000000 /* flow control */ macro
185 #define CRTSCTS 020000000000 /* flow control */ macro
501 #ifdef CRTSCTS502 {"CRTSCTS", (long)CRTSCTS},
406 cflag |= (TERMIOS.CRTSCTS)408 cflag &= ~(TERMIOS.CRTSCTS)
290 #ifdef CRTSCTS294 {"crtscts", CRTSCTS, MD_CTL},