/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 309 # if VTIME == VEOL 449 # ifdef VTIME 450 # if NUMCC <= VTIME 451 # undef VTIME
|
H A D | ed.term.c | 522 # 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 D | mi.termios.c | 276 termios_p->c_cc[VTIME] = 0;
|
/freebsd/bin/stty/ |
H A D | cchar.c | 67 { "time", VTIME, CTIME }, 112 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
|
H A D | gfmt.c | 112 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
|
H A D | print.c | 256 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
|
/freebsd/contrib/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()
|
/freebsd/contrib/ntp/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
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 58 term.c_cc[VTIME] = 0; in VGLKeyboardInit()
|
/freebsd/crypto/openssh/ |
H A D | sshtty.c | 90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 99 buf.c_cc[VTIME] = 0; in NCURSES_EXPORT() 155 buf.c_cc[VTIME] = 0; in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 97 #define VTIME 16 macro
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 273 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 D | icom.c | 165 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 70 #define VTIME 17 /* !ICANON */ macro
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 212 term.c_cc[VTIME] = 0; in main() 558 cntrl.c_cc[VTIME] = 0; in ttysetup()
|
/freebsd/usr.bin/top/ |
H A D | screen.c | 193 new_settings.c_cc[VTIME] = 0; in init_screen()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 173 t->c_cc[VTIME] = 0; in cfmakeraw()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | terminfo | 53 >4 regex \^VTIME=[0-9]+$
|
/freebsd/usr.sbin/watch/ |
H A D | watch.c | 123 ntty.c_cc[VTIME] = 0; /* timeout value */ in set_tty()
|
/freebsd/contrib/ncurses/misc/ |
H A D | magic | 81 >4 regex \^VTIME=[0-9]+$
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_datum.c | 279 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 D | Terminal.cpp | 120 fd_termios.c_cc[VTIME] = 0; in SetRaw()
|
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
H A D | osunixxf.c | 269 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()
|