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