Searched refs:CRTSCTS (Results 1 – 19 of 19) sorted by relevance
254 storage.c_cflag &= ~CRTSCTS;262 storage.c_cflag &= ~CRTSCTS;270 storage.c_cflag |= CRTSCTS;310 else if (storage.c_cflag & CRTSCTS)
155 #define CRTSCTS 020000000000 macro
157 #define CRTSCTS 020000000000 macro
159 #define CRTSCTS 020000000000 macro
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()
89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
114 | CRTSCTS in callback_raw_test()
554 #ifdef CRTSCTS555 {"CRTSCTS", (long)CRTSCTS},
13010 - termios.h: Fix CRTSCTS define to include input and output flow. From