| /freebsd-14.2/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-14.2/bin/stty/ |
| H A D | cchar.c | 73 { "time", VTIME, CTIME }, 118 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
|
| H A D | gfmt.c | 118 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
|
| H A D | print.c | 262 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
|
| /freebsd-14.2/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-14.2/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-14.2/lib/libvgl/ |
| H A D | keyboard.c | 58 term.c_cc[VTIME] = 0; in VGLKeyboardInit()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshtty.c | 90 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 97 #define VTIME 16 macro
|
| /freebsd-14.2/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-14.2/contrib/ntp/libntp/ |
| H A D | icom.c | 165 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
|
| /freebsd-14.2/sys/kern/ |
| H A D | tty_ttydisc.c | 274 MPASS(tp->t_termios.c_cc[VTIME] == 0); in ttydisc_read_raw_no_timer() 311 unsigned int vtime = tp->t_termios.c_cc[VTIME]; in ttydisc_read_raw_read_timer() 315 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_read_timer() 368 MPASS(tp->t_termios.c_cc[VTIME] != 0); in ttydisc_read_raw_interbyte_timer() 421 else if (tp->t_termios.c_cc[VTIME] == 0) in ttydisc_read()
|
| /freebsd-14.2/sys/sys/ |
| H A D | _termios.h | 72 #define VTIME 17 /* !ICANON */ macro
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | tip.c | 226 term.c_cc[VTIME] = 0; in main() 572 cntrl.c_cc[VTIME] = 0; in ttysetup()
|
| /freebsd-14.2/usr.bin/top/ |
| H A D | screen.c | 193 new_settings.c_cc[VTIME] = 0; in init_screen()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | termios.c | 175 t->c_cc[VTIME] = 0; in cfmakeraw()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | terminfo | 53 >4 regex \^VTIME=[0-9]+$
|
| /freebsd-14.2/usr.sbin/watch/ |
| H A D | watch.c | 124 ntty.c_cc[VTIME] = 0; /* timeout value */ in set_tty()
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | magic | 81 >4 regex \^VTIME=[0-9]+$
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 120 fd_termios.c_cc[VTIME] = 0; in SetRaw()
|
| /freebsd-14.2/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-14.2/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 269 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()
|