/external/python/cpython3/Doc/library/ |
D | tty.rst | 23 .. function:: setraw(fd, when=termios.TCSAFLUSH) 26 defaults to :const:`termios.TCSAFLUSH`, and is passed to 30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH) 33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
|
D | termios.rst | 48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
|
/external/python/cpython2/Lib/ |
D | tty.py | 18 def setraw(fd, when=TCSAFLUSH): 30 def setcbreak(fd, when=TCSAFLUSH):
|
D | getpass.py | 66 tcsetattr_flags = termios.TCSAFLUSH
|
D | pty.py | 178 tty.tcsetattr(STDIN_FILENO, tty.TCSAFLUSH, mode)
|
/external/python/cpython3/Lib/ |
D | tty.py | 18 def setraw(fd, when=TCSAFLUSH): 30 def setcbreak(fd, when=TCSAFLUSH):
|
D | getpass.py | 72 tcsetattr_flags = termios.TCSAFLUSH
|
D | pty.py | 167 tty.tcsetattr(STDIN_FILENO, tty.TCSAFLUSH, mode)
|
/external/toybox/toys/net/ |
D | microcom.c | 32 tcsetattr(0, TCSAFLUSH, &TT.original_stdin_state); 33 tcsetattr(TT.fd, TCSAFLUSH, &TT.original_fd_state);
|
/external/python/cpython2/Doc/library/ |
D | tty.rst | 23 defaults to :const:`termios.TCSAFLUSH`, and is passed to 30 defaults to :const:`termios.TCSAFLUSH`, and is passed to
|
D | termios.rst | 48 or :const:`TCSAFLUSH` to change after transmitting all queued output and
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | keyboard.py | 115 termios.tcsetattr(fd, termios.TCSAFLUSH, new_attrs) 119 termios.tcsetattr(fd, termios.TCSAFLUSH, old_attrs)
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 110 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase() 163 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
|
D | bsd-nextstep.c | 67 case TCSAFLUSH: in tcsetattr()
|
/external/iperf3/src/ |
D | iperf_auth.c | 298 if (tcsetattr (fileno (stream), TCSAFLUSH, &new) != 0) in iperf_getpass() 306 (void) tcsetattr (fileno (stream), TCSAFLUSH, &old); in iperf_getpass()
|
/external/u-boot/tools/gdb/ |
D | serial.c | 74 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in serialopen()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 198 #define TCSAFLUSH 2 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 226 #define TCSAFLUSH TCSETSF /* Flush pending input before changing. */ macro
|
/external/curl/src/ |
D | tool_getpass.c | 217 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
|
/external/libkmsxx/py/tests/ |
D | rottest.py | 171 termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm)
|
/external/toybox/lib/ |
D | tty.c | 127 return tcsetattr(fd, TCSAFLUSH, &termio); in set_terminal()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 226 TCSAFLUSH = 2 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 226 TCSAFLUSH = 2 variable
|
/external/libcups/cups/ |
D | usersys.c | 737 if (tcsetattr(tty, TCSAFLUSH, &noecho)) in _cupsGetPassword() 832 tcsetattr(tty, TCSAFLUSH, &original); in _cupsGetPassword()
|
/external/python/cpython2/Modules/ |
D | termios.c | 362 {"TCSAFLUSH", TCSAFLUSH},
|