Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcsh/
H A Ded.term.h309 # if VTIME == VEOL
449 # ifdef VTIME
450 # if NUMCC <= VTIME
451 # undef VTIME
H A Ded.term.c522 # if defined(VTIME)
846 # ifdef VTIME in tty_getchar()
847 s[C_TIME] = n->c_cc[VTIME]; in tty_getchar()
982 # ifdef VTIME in tty_setchar()
983 n->c_cc[VTIME] = s[C_TIME]; in tty_setchar()
H A Dmi.termios.c276 termios_p->c_cc[VTIME] = 0;
/freebsd/bin/stty/
H A Dcchar.c67 { "time", VTIME, CTIME },
112 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
H A Dgfmt.c112 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
H A Dprint.c256 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
/freebsd/contrib/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()
/freebsd/contrib/ntp/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
/freebsd/lib/libvgl/
H A Dkeyboard.c58 term.c_cc[VTIME] = 0; in VGLKeyboardInit()
/freebsd/crypto/openssh/
H A Dsshtty.c90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c99 buf.c_cc[VTIME] = 0; in NCURSES_EXPORT()
155 buf.c_cc[VTIME] = 0; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h97 #define VTIME 16 macro
/freebsd/sys/kern/
H A Dtty_ttydisc.c273 MPASS(tp->t_termios.c_cc[VTIME] == 0); in ttydisc_read_raw_no_timer()
310 unsigned int vtime = tp->t_termios.c_cc[VTIME]; in ttydisc_read_raw_read_timer()
314 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_read_timer()
367 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_interbyte_timer()
420 else if (tp->t_termios.c_cc[VTIME] == 0) in ttydisc_read()
/freebsd/contrib/ntp/libntp/
H A Dicom.c165 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
/freebsd/sys/sys/
H A D_termios.h70 #define VTIME 17 /* !ICANON */ macro
/freebsd/usr.bin/tip/tip/
H A Dtip.c212 term.c_cc[VTIME] = 0; in main()
558 cntrl.c_cc[VTIME] = 0; in ttysetup()
/freebsd/usr.bin/top/
H A Dscreen.c193 new_settings.c_cc[VTIME] = 0; in init_screen()
/freebsd/lib/libc/gen/
H A Dtermios.c173 t->c_cc[VTIME] = 0; in cfmakeraw()
/freebsd/contrib/file/magic/Magdir/
H A Dterminfo53 >4 regex \^VTIME=[0-9]+$
/freebsd/usr.sbin/watch/
H A Dwatch.c123 ntty.c_cc[VTIME] = 0; /* timeout value */ in set_tty()
/freebsd/contrib/ncurses/misc/
H A Dmagic81 >4 regex \^VTIME=[0-9]+$
/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c279 arg.c_cc[VTIME] = 30; /* 3 second timout on reads (not used) */ in datum_pts_start()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp120 fd_termios.c_cc[VTIME] = 0; in SetRaw()
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c269 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()

12