Searched refs:VTIME (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-9.3-release/contrib/libreadline/examples/
H A Dexcallback.c111 old_vtime = term.c_cc[VTIME];
113 term.c_cc[VTIME] = 1;
146 term.c_cc[VTIME] = old_vtime;
H A Drlptytest.c229 buf.c_cc[VTIME] = 0;
/freebsd-9.3-release/bin/stty/
H A Dcchar.c76 { "time", VTIME, CTIME },
121 else if (cp->sub == VMIN || cp->sub == VTIME) {
H A Dgfmt.c119 if (cp->sub == VMIN || cp->sub == VTIME)
H A Dprint.c257 if (p->sub == VMIN || p->sub == VTIME) {
/freebsd-9.3-release/crypto/openssh/
H A Dsshtty.c90 tio.c_cc[VTIME] = 0;
/freebsd-9.3-release/lib/libvgl/
H A Dkeyboard.c58 term.c_cc[VTIME] = 0;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c97 buf.c_cc[VTIME] = 0;
130 buf.c_cc[VTIME] = 0;
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h442 # ifdef VTIME
443 # if NUMCC <= VTIME
444 # undef VTIME macro
445 # endif /* NUMCC <= VTIME */
446 # endif /* VTIME */
H A Ded.term.c525 # if defined(VTIME)
527 # endif /* VTIME */
849 # ifdef VTIME
850 s[C_TIME] = n->c_cc[VTIME];
851 # endif /* VTIME */
985 # ifdef VTIME
986 n->c_cc[VTIME] = s[C_TIME];
987 # endif /* VTIME */
H A Dmi.termios.c267 * important VMIN and VTIME are not really supported.
278 termios_p->c_cc[VTIME] = 0;
322 * (c_cc[VMIN] != 1 || c_cc[VTIME] != 0) && ! c_lflag & ICANON
/freebsd-9.3-release/lib/libedit/
H A Dtty.h399 # ifdef VTIME
400 # if NUMCC <= VTIME
401 # undef VTIME macro
402 # endif /* NUMCC <= VTIME */
403 # endif /* VTIME */
H A Dtty.c438 #if defined(VTIME)
440 #endif /* VTIME */
664 #ifdef VTIME
666 return VTIME;
667 #endif /* VTIME */
749 #ifdef VTIME
750 s[C_TIME] = td->c_cc[VTIME];
751 #endif /* VTIME */
831 #ifdef VTIME
832 td->c_cc[VTIME]
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-unix.c400 state.termios.c_cc[VTIME] = 0;
410 state.termio.c_cc[VTIME] = 0;
427 For termio{s}, we actually just setup VTIME if necessary, and let the
493 state.termios.c_cc[VTIME] = 0;
499 state.termios.c_cc[VTIME] = timeout * 10;
500 if (state.termios.c_cc[VTIME] != timeout * 10)
508 state.termios.c_cc[VTIME] = scb->current_timeout * 10;
518 state.termio.c_cc[VTIME] = 0;
524 state.termio.c_cc[VTIME] = timeout * 10;
525 if (state.termio.c_cc[VTIME] !
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dkeyboard.c66 current_mode.c_cc[VTIME] = 0;
/freebsd-9.3-release/sys/sys/
H A D_termios.h71 #define VTIME 17 /* !ICANON */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c66 current_mode.c_cc[VTIME] = 0;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dicom.c165 ttyb.c_cc[VTIME] = 5; /* receive timeout */
/freebsd-9.3-release/contrib/top/
H A Dscreen.c283 new_settings.c_cc[VTIME] = 0;
307 new_settings.c_cc[VTIME] = 0;
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c28 and OS/2 includes. Set up VMIN and VTIME. Added some non-UNIX
118 attr.c_cc[VTIME] = 0;
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c175 t->c_cc[VTIME] = 0;
/freebsd-9.3-release/sys/kern/
H A Dtty_ttydisc.c190 MPASS(tp->t_termios.c_cc[VTIME] == 0);
227 unsigned int vtime = tp->t_termios.c_cc[VTIME];
231 MPASS(tp->t_termios.c_cc[VTIME] != 0);
284 MPASS(tp->t_termios.c_cc[VTIME] != 0);
337 else if (tp->t_termios.c_cc[VTIME] == 0)
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c378 #if !defined (VTIME)
379 # define VTIME VEOL macro
613 tiop->c_cc[VTIME] = 0;
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c74 termios.c_cc[VTIME] = 0;
91 termio.c_cc[VTIME] = 0;
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c225 term.c_cc[VTIME] = 0;
561 cntrl.c_cc[VTIME] = 0;

Completed in 197 milliseconds

12