Searched refs:TCSAFLUSH (Results 1 – 8 of 8) sorted by relevance
96 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &new)); in generic_console_write()106 CATCH_EINTR(tcsetattr(fd, TCSAFLUSH, &save)); in generic_console_write()
77 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &data->tt)); in fd_close()
50 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in set_up_tty()
155 #define TCSAFLUSH 2 macro
147 #define TCSAFLUSH 2 macro
175 #define TCSAFLUSH TCSETSF /* Flush pending input before changing */ macro
165 #define TCSAFLUSH 2 macro
197 #define TCSAFLUSH 2 macro