| /freebsd/contrib/tcsh/ |
| H A D | ed.term.h | 302 # if VMIN == VEOF 444 # ifdef VMIN 445 # if NUMCC <= VMIN 446 # undef VMIN
|
| H A D | ed.term.c | 519 # if defined(VMIN) 843 # ifdef VMIN in tty_getchar() 844 s[C_MIN] = n->c_cc[VMIN]; in tty_getchar() 979 # ifdef VMIN in tty_setchar() 980 n->c_cc[VMIN] = s[C_MIN]; in tty_setchar()
|
| H A D | mi.termios.c | 275 termios_p->c_cc[VMIN] = 1;
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 62 { "min", VMIN, CMIN }, 114 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
|
| H A D | gfmt.c | 114 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
|
| H A D | print.c | 258 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.h | 393 # ifdef VMIN 394 # if NUMCC <= VMIN 395 # undef VMIN
|
| H A D | tty.c | 444 #if defined(VMIN) 715 #ifdef VMIN in tty__getcharindex() 717 return VMIN; in tty__getcharindex() 801 #ifdef VMIN in tty__getchar() 802 s[C_MIN] = td->c_cc[VMIN]; in tty__getchar() 883 #ifdef VMIN in tty__setchar() 884 td->c_cc[VMIN] = s[C_MIN]; in tty__setchar()
|
| /freebsd/lib/libvgl/ |
| H A D | keyboard.c | 59 term.c_cc[VMIN] = 0; in VGLKeyboardInit()
|
| /freebsd/crypto/openssh/ |
| H A D | sshtty.c | 89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
|
| /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).
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 75 #define VMIN 6 macro
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 269 size_t vmin = tp->t_termios.c_cc[VMIN]; in ttydisc_read_raw_no_timer() 309 size_t vmin = MAX(tp->t_termios.c_cc[VMIN], 1); in ttydisc_read_raw_read_timer() 362 size_t vmin = tp->t_termios.c_cc[VMIN]; in ttydisc_read_raw_interbyte_timer() 366 MPASS(tp->t_termios.c_cc[VMIN] != 0); in ttydisc_read_raw_interbyte_timer() 422 else if (tp->t_termios.c_cc[VMIN] == 0) in ttydisc_read()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 97 buf.c_cc[VMIN] = 1; in NCURSES_EXPORT() 153 buf.c_cc[VMIN] = 1; in NCURSES_SP_NAME()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | icom.c | 164 ttyb.c_cc[VMIN] = 0; /* min chars */ in icom_init()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 69 #define VMIN 16 /* !ICANON */ macro
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | tip.c | 211 term.c_cc[VMIN] = 1; in main() 557 cntrl.c_cc[VMIN] = 1; in ttysetup()
|
| /freebsd/usr.bin/top/ |
| H A D | screen.c | 192 new_settings.c_cc[VMIN] = 1; in init_screen()
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 172 t->c_cc[VMIN] = 1; in cfmakeraw()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | terminfo | 52 >>>3 regex \^VMIN=[0-9]+$
|
| /freebsd/usr.sbin/watch/ |
| H A D | watch.c | 122 ntty.c_cc[VMIN] = 1; /* minimum of one character */ in set_tty()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | magic | 79 >3 regex \^VMIN=[0-9]+$
|
| /freebsd/contrib/ntp/parseutil/ |
| H A D | testdcf.c | 384 term.c_cc[VMIN] = 1; in main()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_datum.c | 278 arg.c_cc[VMIN] = 0; /* start timeout timer right away (not used) */ in datum_pts_start()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 119 fd_termios.c_cc[VMIN] = 1; in SetRaw()
|