Searched refs:TCIFLUSH (Results 1 – 12 of 12) sorted by relevance
11 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)12 XLAT(TCIFLUSH),
1 TCIFLUSH
190 #define TCIFLUSH 0 macro
218 #define TCIFLUSH 0 /* Discard data received but not yet read. */ macro
66 tcflush(0, TCIFLUSH); in login_main()
63 tcflush(0, TCIFLUSH); in read_password()
227 TCIFLUSH = 0 variable
66 which queue: :const:`TCIFLUSH` for the input queue, :const:`TCOFLUSH` for the
244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches in read_login_name()
365 {"TCIFLUSH", TCIFLUSH},
529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)