Searched refs:VMIN (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/bin/stty/
H A Dcchar.c69 { "min", VMIN, CMIN },
121 else if (cp->sub == VMIN || cp->sub == VTIME) {
H A Dgfmt.c119 if (cp->sub == VMIN || cp->sub == VTIME)
H A Dprint.c257 if (p->sub == VMIN || p->sub == VTIME) {
/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c59 term.c_cc[VMIN] = 0;
/freebsd-11-stable/crypto/openssh/
H A Dsshtty.c89 tio.c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h302 # if VMIN == VEOF
444 # ifdef VMIN
445 # if NUMCC <= VMIN
446 # undef VMIN macro
447 # endif /* NUMCC <= VMIN */
448 # endif /* VMIN */
H A Ded.term.c519 # if defined(VMIN)
521 # endif /* VMIN */
843 # ifdef VMIN
844 s[C_MIN] = n->c_cc[VMIN];
845 # endif /* VMIN */
979 # ifdef VMIN
980 n->c_cc[VMIN] = s[C_MIN];
981 # endif /* VMIN */
H A Dmi.termios.c265 * important VMIN and VTIME are not really supported.
275 termios_p->c_cc[VMIN] = 1;
320 * (c_cc[VMIN] != 1 || c_cc[VTIME] != 0) && ! c_lflag & ICANON
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h81 #define VMIN 6 macro
/freebsd-11-stable/lib/libedit/
H A Dtty.h394 # ifdef VMIN
395 # if NUMCC <= VMIN
396 # undef VMIN macro
397 # endif /* NUMCC <= VMIN */
398 # endif /* VMIN */
H A Dtty.c445 #if defined(VMIN)
447 #endif /* VMIN */
715 #ifdef VMIN
717 return VMIN;
718 #endif /* VMIN */
801 #ifdef VMIN
802 s[C_MIN] = td->c_cc[VMIN];
803 #endif /* VMIN */
883 #ifdef VMIN
884 td->c_cc[VMIN]
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c65 current_mode.c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c164 ttyb.c_cc[VMIN] = 0; /* min chars */
/freebsd-11-stable/sys/sys/
H A D_termios.h70 #define VMIN 16 /* !ICANON */ macro
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c97 buf.c_cc[VMIN] = 1;
150 buf.c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/top/
H A Dscreen.c284 new_settings.c_cc[VMIN] = 1;
308 new_settings.c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dslc.c372 #if defined(USE_TERMIO) && (VEOF == VMIN)
390 #if defined(USE_TERMIO) && (VEOF == VMIN)
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c228 buf.c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c28 and OS/2 includes. Set up VMIN and VTIME. Added some non-UNIX
117 attr.c_cc[VMIN] = 1;
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c176 t->c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c399 state.termios.c_cc[VMIN] = 0;
409 state.termio.c_cc[VMIN] = 0;
494 state.termios.c_cc[VMIN] = 1;
498 state.termios.c_cc[VMIN] = 0;
519 state.termio.c_cc[VMIN] = 1;
523 state.termio.c_cc[VMIN] = 0;
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c183 size_t vmin = tp->t_termios.c_cc[VMIN];
223 size_t vmin = MAX(tp->t_termios.c_cc[VMIN], 1);
276 size_t vmin = tp->t_termios.c_cc[VMIN];
280 MPASS(tp->t_termios.c_cc[VMIN] != 0);
336 else if (tp->t_termios.c_cc[VMIN] == 0)
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c374 #if !defined (VMIN)
375 # define VMIN VEOF macro
612 tiop->c_cc[VMIN] = 1;
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c73 termios.c_cc[VMIN] = 1;
90 termio.c_cc[VMIN] = 1;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c225 term.c_cc[VMIN] = 1;
571 cntrl.c_cc[VMIN] = 1;

Completed in 174 milliseconds

12