Home
last modified time | relevance | path

Searched refs:VMIN (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/tcsh/
H A Ded.term.h302 # if VMIN == VEOF
444 # ifdef VMIN
445 # if NUMCC <= VMIN
446 # undef VMIN
H A Ded.term.c519 # 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 Dmi.termios.c275 termios_p->c_cc[VMIN] = 1;
/freebsd/bin/stty/
H A Dcchar.c62 { "min", VMIN, CMIN },
114 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
H A Dgfmt.c114 if (cp->sub == VMIN || cp->sub == VTIME) in gread()
H A Dprint.c258 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
/freebsd/contrib/libedit/
H A Dtty.h393 # ifdef VMIN
394 # if NUMCC <= VMIN
395 # undef VMIN
H A Dtty.c444 #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 Dkeyboard.c59 term.c_cc[VMIN] = 0; in VGLKeyboardInit()
/freebsd/crypto/openssh/
H A Dsshtty.c89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
/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).
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h75 #define VMIN 6 macro
/freebsd/sys/kern/
H A Dtty_ttydisc.c269 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 Dlib_raw.c97 buf.c_cc[VMIN] = 1; in NCURSES_EXPORT()
153 buf.c_cc[VMIN] = 1; in NCURSES_SP_NAME()
/freebsd/contrib/ntp/libntp/
H A Dicom.c164 ttyb.c_cc[VMIN] = 0; /* min chars */ in icom_init()
/freebsd/sys/sys/
H A D_termios.h69 #define VMIN 16 /* !ICANON */ macro
/freebsd/usr.bin/tip/tip/
H A Dtip.c211 term.c_cc[VMIN] = 1; in main()
557 cntrl.c_cc[VMIN] = 1; in ttysetup()
/freebsd/usr.bin/top/
H A Dscreen.c192 new_settings.c_cc[VMIN] = 1; in init_screen()
/freebsd/lib/libc/gen/
H A Dtermios.c172 t->c_cc[VMIN] = 1; in cfmakeraw()
/freebsd/contrib/file/magic/Magdir/
H A Dterminfo52 >>>3 regex \^VMIN=[0-9]+$
/freebsd/usr.sbin/watch/
H A Dwatch.c122 ntty.c_cc[VMIN] = 1; /* minimum of one character */ in set_tty()
/freebsd/contrib/ncurses/misc/
H A Dmagic79 >3 regex \^VMIN=[0-9]+$
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c384 term.c_cc[VMIN] = 1; in main()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c278 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 DTerminal.cpp119 fd_termios.c_cc[VMIN] = 1; in SetRaw()

123