| /netbsd-src/lib/libcurses/ |
| H A D | tty.c | 133 * System V and SMI systems overload VMIN and VTIME, such that in _cursesi_gettmode() 134 * VMIN is the same as the VEOF element, and VTIME is the same in _cursesi_gettmode() 141 screen->cbreakt.c_cc[VTIME] = 0; in _cursesi_gettmode() 290 _cursesi_screen->rawt.c_cc[VTIME] = 0; in __delay() 292 _cursesi_screen->cbreakt.c_cc[VTIME] = 0; in __delay() 294 _cursesi_screen->baset.c_cc[VTIME] = 0; in __delay() 316 _cursesi_screen->rawt.c_cc[VTIME] = 0; in __nodelay() 318 _cursesi_screen->cbreakt.c_cc[VTIME] = 0; in __nodelay() 320 _cursesi_screen->baset.c_cc[VTIME] = 0; in __nodelay() 341 _cursesi_screen->ovtime = _cursesi_screen->cbreakt.c_cc[VTIME]; in __save_termios() [all...] |
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| H A D | excallback.c | 116 old_vtime = term.c_cc[VTIME]; in main() 118 term.c_cc[VTIME] = 1; in main() 151 term.c_cc[VTIME] = old_vtime; in process_line()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
| H A D | excallback.c | 116 old_vtime = term.c_cc[VTIME]; in main() 118 term.c_cc[VTIME] = 1; in main() 151 term.c_cc[VTIME] = old_vtime; in process_line()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 164 enum VTIME = 5; in version() local 261 enum VTIME = 17; in version() local 358 enum VTIME = 17; in version() local 455 enum VTIME = 17; in version() local 552 enum VTIME = 17; in version() local 649 enum VTIME = 17; in version() local 742 enum VTIME = 5; in version() local
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.h | 398 # ifdef VTIME 399 # if NUMCC <= VTIME 400 # undef VTIME
|
| H A D | tty.c | 447 #if defined(VTIME) 719 #ifdef VTIME in tty__getcharindex() 721 return VTIME; in tty__getcharindex() 804 #ifdef VTIME in tty__getchar() 805 s[C_TIME] = td->c_cc[VTIME]; in tty__getchar() 886 #ifdef VTIME in tty__setchar() 887 td->c_cc[VTIME] = s[C_TIME]; in tty__setchar()
|
| /netbsd-src/share/examples/rump/tipsy/ |
| H A D | tipsy.c | 124 tios.c_cc[VTIME] = 0; in main() 138 tios.c_cc[VTIME] = 0; in main()
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | aix | 25 by VMIN when a read timeout occurred. VTIME specifies the timeout. See 27 on VMIN (or MIN) VTIME (or TIME). 50 > is received but before the VTIME interbyte timer pops, we
|
| /netbsd-src/bin/stty/ |
| H A D | cchar.c | 76 { "time", VTIME, CTIME }, 124 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
|
| H A D | gfmt.c | 124 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
|
| /netbsd-src/games/larn/ |
| H A D | io.c | 98 saveeol = _a.c_cc[VTIME]; \ 101 _a.c_cc[VTIME] = 1; \ 105 _a.c_cc[VTIME] = saveeol; \
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_ioctl.c | 263 bt->c_cc[VTIME] = EMUL_TO_NATIVE_CC(st->c_cc[9]); in stios2btios() 267 bt->c_cc[VTIME] = (bt->c_lflag & ICANON) ? 1 : bt->c_cc[VEOL]; in stios2btios() 402 st->c_cc[9]= NATIVE_TO_EMUL_CC(bt->c_cc[VTIME]); in btios2stios() 407 st->c_cc[5] = bt->c_cc[VTIME]; in btios2stios()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshtty.c | 91 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | tty.c | 275 tio->c_cc[VTIME] = 0; in uv__tty_make_raw() 317 tmp.c_cc[VTIME] = 0; in uv_tty_set_mode()
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | screen.c | 407 new_settings.c_cc[VTIME] = 0; in screen_init() 432 new_settings.c_cc[VTIME] = 0; in screen_init()
|
| /netbsd-src/sbin/slattach/ |
| H A D | slattach.c | 134 tty.c_cc[VTIME] = 0; in main()
|
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 107 [VTIME] = CTIME,
|
| H A D | termios.h | 74 #define VTIME 17 /* !ICANON */ macro
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 313 #if !defined (VTIME) 314 # define VTIME VEOL macro 541 tiop->c_cc[VTIME] = 0; in prepare_terminal_settings()
|
| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | icom.c | 167 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
|
| /netbsd-src/usr.sbin/irdaattach/ |
| H A D | irdaattach.c | 117 tty.c_cc[VTIME] = 0; in main()
|
| /netbsd-src/usr.bin/tip/ |
| H A D | tip.c | 276 term.c_cc[VTIME] = 0; in main() 575 cntrl.c_cc[VTIME] = 0; in ttysetup()
|
| /netbsd-src/external/bsd/less/dist/lesstest/ |
| H A D | term.c | 76 s.c_cc[VTIME] = 0; in raw_mode()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 271 bts->c_cc[VTIME] = lt->c_cc[LINUX_OLD_VTIME]; in linux32_termio_to_bsd_termios() 358 lt->c_cc[LINUX_OLD_VTIME] = bts->c_cc[VTIME]; in bsd_termios_to_linux32_termio() 450 bts->c_cc[VTIME] = lts->c_cc[LINUX_VTIME]; in linux32_termios_to_bsd_termios() 555 lts->c_cc[LINUX_VTIME] = bts->c_cc[VTIME]; in bsd_termios_to_linux32_termios()
|
| /netbsd-src/usr.bin/resize/ |
| H A D | resize.c | 458 tio.c_cc[VTIME] = 1; in main() 466 tio.c_cc[VTIME] = 1; in main()
|