/external/python/cpython2/Lib/ |
D | tty.py | 27 mode[CC][VTIME] = 0 35 mode[CC][VTIME] = 0
|
/external/python/cpython3/Lib/ |
D | tty.py | 27 mode[CC][VTIME] = 0 35 mode[CC][VTIME] = 0
|
/external/toybox/toys/pending/ |
D | stty.c | 82 { "discard", VDISCARD }, { "min", VMIN }, { "time", VTIME }, 298 t->c_cc[VTIME] = 0; in make_sane() 334 else if (!strcmp(arg, "time")) new.c_cc[VTIME] = get_arg(&i, 0, 255); in do_stty() 376 new.c_cc[VTIME] = 0; in do_stty() 424 if (chars[i].value == VMIN || chars[i].value == VTIME) { in do_stty()
|
D | more.c | 94 newf.c_cc[VTIME] = 0; in more_main()
|
D | getty.c | 157 TT.termios.c_cc[VTIME] = 0; in termios_init()
|
/external/strace/ |
D | term.c | 66 tios.c_cc[VMIN], tios.c_cc[VTIME]); in decode_termios() 103 tio.c_cc[VMIN], tio.c_cc[VTIME]); in decode_termio()
|
/external/python/cpython2/Modules/ |
D | termios.c | 108 v = PyInt_FromLong((long)mode.c_cc[VTIME]); in termios_tcgetattr() 111 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr() 549 {"VTIME", VTIME},
|
/external/openssh/ |
D | sshtty.c | 90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
/external/python/cpython3/Modules/ |
D | termios.c | 107 v = PyLong_FromLong((long)mode.c_cc[VTIME]); in termios_tcgetattr() 110 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr() 577 {"VTIME", VTIME},
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 49 #define VTIME 5 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 62 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */ macro
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | keyboard.py | 114 new_attrs[tty.CC][tty.VTIME] = 0
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 44 term.Cc[unix.VTIME] = 10 // 1 second timeout
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 51 VTIME = VEOL variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 51 VTIME = VEOL variable
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 36 items with indices :const:`VMIN` and :const:`VTIME`, which are integers when
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 36 items with indices :const:`VMIN` and :const:`VTIME`, which are integers when
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 82 buf.c_cc[VTIME] = 0; in tty_semi_raw()
|
/external/u-boot/tools/ |
D | kwboot.c | 265 tio.c_cc[VTIME] = 10; in kwboot_open_tty()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 424 cc[TERMIOS.VTIME] = vtime
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 451 tty_state.c_cc[VTIME] = 0; in Init()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | miniterm.py | 130 new[6][termios.VTIME] = 0
|
/external/libcups/cups/ |
D | usersys.c | 735 noecho.c_cc[VTIME] = 0; in _cupsGetPassword()
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 214 tmp.c_cc[VTIME] = 0; in ask_yn()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1128 VTIME = 0x5 const
|