Symbol: VMIN
bin/stty/cchar.c
118
else if (cp->sub == VMIN || cp->sub == VTIME) {
bin/stty/cchar.c
66
{ "min", VMIN, CMIN },
bin/stty/gfmt.c
115
if (cp->sub == VMIN || cp->sub == VTIME)
bin/stty/print.c
245
if (p->sub == VMIN || p->sub == VTIME) {
crypto/openssh/sshtty.c
89
tio.c_cc[VMIN] = 1;
games/atc/main.c
161
tty_new.c_cc[VMIN] = 1;
games/hack/hack.tty.c
181
curttyb.c_cc[VMIN] = 1;
games/larn/io.c
131
saveeof = ttx.c_cc[VMIN];
games/larn/io.c
134
ttx.c_cc[VMIN] = 1;
games/larn/io.c
150
ttx.c_cc[VMIN] = saveeof;
lib/libc/gen/termios.c
176
t->c_cc[VMIN] = 1;
lib/libvgl/keyboard.c
58
term.c_cc[VMIN] = 0;
libexec/telnetd/slc.c
367
#if defined(USE_TERMIO) && (VEOF == VMIN)
libexec/telnetd/slc.c
385
#if defined(USE_TERMIO) && (VEOF == VMIN)
libexec/telnetd/telnetd.c
1195
#if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN)
sys/kern/tty.c
1122
if (t->c_cc[VMIN] != tp->t_cc[VMIN] ||
sys/kern/tty.c
1374
if (nread < tp->t_cc[VMIN] && tp->t_cc[VTIME] == 0)
sys/kern/tty.c
1747
if (!ISSET(lflag, ICANON) && cc[VMIN] == 0) {
sys/kern/tty.c
1755
int m = cc[VMIN];
usr.bin/chat/chat.c
496
t.c_cc[VMIN] = 1;
usr.bin/telnet/sys_bsd.c
496
tmp_tc.c_cc[VMIN] = 1;
usr.bin/top/screen.c
394
new_settings.c_cc[VMIN] = 1;
usr.bin/top/screen.c
419
new_settings.c_cc[VMIN] = 1;
usr.bin/window/wwinit.c
115
wwnewtty.ww_termios.c_cc[VMIN] = 1;
usr.sbin/moused/moused.c
2482
tty.c_cc[VMIN] = 1;
usr.sbin/ppp/prompt.c
437
newtio.c_cc[VMIN] = 1;
usr.sbin/watch/watch.c
127
ntty.c_cc[VMIN] = 1; /* minimum of one character */