Searched refs:TCSADRAIN (Results 1 – 7 of 7) sorted by relevance
154 #define TCSADRAIN 1 macro
146 #define TCSADRAIN 1 macro
164 #define TCSADRAIN 1 macro
174 #define TCSADRAIN TCSETSW /* Change when pending output is written */ macro
39 CATCH_EINTR(err = tcsetattr(fd, TCSADRAIN, &tt)); in raw()
137 while (tcsetattr(SLang_TT_Read_FD, TCSADRAIN, &tty) == -1 && errno == EINTR) in ui__sigcont()