Home
last modified time | relevance | path

Searched refs:VTIME (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/
Dtty.py27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
/external/libedit/src/
Dtty.h400 # ifdef VTIME
401 # if NUMCC <= VTIME
402 # undef VTIME
Dtty.c443 #if defined(VTIME)
722 #ifdef VTIME in tty__getcharindex()
724 return VTIME; in tty__getcharindex()
807 #ifdef VTIME in tty__getchar()
808 s[C_TIME] = td->c_cc[VTIME]; in tty__getchar()
889 #ifdef VTIME in tty__setchar()
890 td->c_cc[VTIME] = s[C_TIME]; in tty__setchar()
/external/strace/
Dterm.c67 tios.c_cc[VMIN], tios.c_cc[VTIME]); in decode_termios()
105 tio.c_cc[VMIN], tio.c_cc[VTIME]); in decode_termio()
/external/openssh/
Dsshtty.c90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
/external/syslinux/com32/libutil/
Dansiraw.c82 tio.c_cc[VTIME] = 1; /* Don't 100% busy-wait in Linux */ in console_ansi_raw()
/external/python/cpython2/Modules/
Dtermios.c108 v = PyInt_FromLong((long)mode.c_cc[VTIME]); in termios_tcgetattr()
111 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr()
546 {"VTIME", VTIME},
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h48 #define VTIME 5 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h61 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */ macro
/external/toybox/toys/pending/
Dmore.c94 newf.c_cc[VTIME] = 0; in more_main()
Dgetty.c157 TT.termios.c_cc[VTIME] = 0; in termios_init()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dkeyboard.py119 new_attrs[tty.CC][tty.VTIME] = 0
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py51 VTIME = VEOL variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py51 VTIME = VEOL variable
/external/python/cpython2/Doc/library/
Dtermios.rst36 items with indices :const:`VMIN` and :const:`VTIME`, which are integers when
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c82 buf.c_cc[VTIME] = 0; in tty_semi_raw()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py424 cc[TERMIOS.VTIME] = vtime
/external/e2fsprogs/e2fsck/
Dutil.c208 tmp.c_cc[VTIME] = 0; in ask_yn()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py130 new[6][termios.VTIME] = 0
/external/libcups/cups/
Dusersys.c735 noecho.c_cc[VTIME] = 0; in _cupsGetPassword()
/external/mksh/src/
Dmain.c1982 cb.c_cc[VTIME] = 0; in x_mkraw()
/external/ppp/pppd/
Dsys-linux.c954 tios.c_cc[VTIME] = 0; in set_up_tty()
Dsys-solaris.c1238 tios.c_cc[VTIME] = 0;