Home
last modified time | relevance | path

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

123

/netbsd-src/lib/libcurses/
H A Dtty.c133 * 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 Dexcallback.c116 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 Dexcallback.c116 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 Dtermios.d164 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 Dtty.h398 # ifdef VTIME
399 # if NUMCC <= VTIME
400 # undef VTIME
H A Dtty.c447 #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 Dtipsy.c124 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 Daix25 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 Dcchar.c76 { "time", VTIME, CTIME },
124 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
H A Dgfmt.c124 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
/netbsd-src/games/larn/
H A Dio.c98 saveeol = _a.c_cc[VTIME]; \
101 _a.c_cc[VTIME] = 1; \
105 _a.c_cc[VTIME] = saveeol; \
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c263 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 Dsshtty.c91 tio.c_cc[VTIME] = 0; in enter_raw_mode()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dtty.c275 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 Dscreen.c407 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 Dslattach.c134 tty.c_cc[VTIME] = 0; in main()
/netbsd-src/sys/sys/
H A Dttydefaults.h107 [VTIME] = CTIME,
H A Dtermios.h74 #define VTIME 17 /* !ICANON */ macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c313 #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 Dicom.c167 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
/netbsd-src/usr.sbin/irdaattach/
H A Dirdaattach.c117 tty.c_cc[VTIME] = 0; in main()
/netbsd-src/usr.bin/tip/
H A Dtip.c276 term.c_cc[VTIME] = 0; in main()
575 cntrl.c_cc[VTIME] = 0; in ttysetup()
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dterm.c76 s.c_cc[VTIME] = 0; in raw_mode()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_termios.h271 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 Dresize.c458 tio.c_cc[VTIME] = 1; in main()
466 tio.c_cc[VTIME] = 1; in main()

123