OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMIN
(Results
1 - 25
of
66
) sorted by relevancy
1
2
3
/src/lib/libcurses/
tty.c
133
* System V and SMI systems overload
VMIN
and VTIME, such that
134
*
VMIN
is the same as the VEOF element, and VTIME is the same
136
* default
VMIN
is 4. Majorly stupid.
140
screen->cbreakt.c_cc[
VMIN
] = 1;
289
_cursesi_screen->rawt.c_cc[
VMIN
] = 1;
291
_cursesi_screen->cbreakt.c_cc[
VMIN
] = 1;
293
_cursesi_screen->baset.c_cc[
VMIN
] = 1;
315
_cursesi_screen->rawt.c_cc[
VMIN
] = 0;
317
_cursesi_screen->cbreakt.c_cc[
VMIN
] = 0;
319
_cursesi_screen->baset.c_cc[
VMIN
] = 0
[
all
...]
/src/bin/stty/
cchar.c
69
{ "min",
VMIN
, CMIN },
124
else if (cp->sub ==
VMIN
|| cp->sub == VTIME) {
gfmt.c
124
if (cp->sub ==
VMIN
|| cp->sub == VTIME)
/src/share/examples/rump/tipsy/
tipsy.c
123
tios.c_cc[
VMIN
] = 1;
137
tios.c_cc[
VMIN
] = 1;
/src/sys/sys/
ttydefaults.h
106
[
VMIN
] = CMIN,
termios.h
73
#define
VMIN
16 /* !ICANON */
/src/crypto/external/bsd/openssh/dist/
sshtty.c
90
tio.c_cc[
VMIN
] = 1;
/src/sbin/slattach/
slattach.c
133
tty.c_cc[
VMIN
] = 1;
/src/lib/libedit/
tty.h
393
# ifdef
VMIN
394
# if NUMCC <=
VMIN
395
# undef
VMIN
396
# endif /* NUMCC <=
VMIN
*/
397
# endif /*
VMIN
*/
tty.c
444
#if defined(
VMIN
)
446
#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
] = s[C_MIN]
[
all
...]
/src/usr.sbin/irdaattach/
irdaattach.c
116
tty.c_cc[
VMIN
] = 1;
/src/external/bsd/less/dist/lesstest/
term.c
75
s.c_cc[
VMIN
] = 1;
/src/external/bsd/ntp/dist/libntp/
icom.c
166
ttyb.c_cc[
VMIN
] = 0; /* min chars */
/src/libexec/telnetd/
slc.c
380
#if VEOF ==
VMIN
398
#if VEOF ==
VMIN
412
#endif /* VEOF ==
VMIN
*/
/src/external/bsd/top/dist/
screen.c
406
new_settings.c_cc[
VMIN
] = 1;
431
new_settings.c_cc[
VMIN
] = 1;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d
60
VMIN
159
enum
VMIN
= 6;
256
enum
VMIN
= 16;
353
enum
VMIN
= 16;
450
enum
VMIN
= 16;
547
enum
VMIN
= 16;
644
enum
VMIN
= 16;
741
enum
VMIN
= 4;
/src/games/larn/
io.c
97
saveeof = _a.c_cc[
VMIN
]; \
100
_a.c_cc[
VMIN
] = 1; \
104
_a.c_cc[
VMIN
] = saveeof; \
/src/games/hack/
hack.tty.c
189
curttyb.c_cc[
VMIN
] = 1;
/src/external/gpl3/gdb/dist/readline/readline/examples/
rlptytest.c
239
buf.c_cc[
VMIN
] = 1;
/src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlptytest.c
239
buf.c_cc[
VMIN
] = 1;
/src/usr.bin/resize/
resize.c
457
tio.c_cc[
VMIN
] = 6;
465
tio.c_cc[
VMIN
] = 6;
/src/external/mit/libuv/dist/src/unix/
tty.c
274
tio->c_cc[
VMIN
] = 1;
326
tmp.c_cc[
VMIN
] = 1;
/src/external/gpl3/gdb/dist/readline/readline/
rltty.c
308
#if !defined (
VMIN
)
309
# define
VMIN
VEOF
539
tiop->c_cc[
VMIN
] = 1;
/src/external/gpl3/gdb.old/dist/readline/readline/
rltty.c
308
#if !defined (
VMIN
)
309
# define
VMIN
VEOF
539
tiop->c_cc[
VMIN
] = 1;
/src/games/warp/
term.h
205
#define raw() ((bizarre=1),_tty.c_lflag &=~ISIG,_tty.c_cc[
VMIN
] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
207
#define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[
VMIN
] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty))
Completed in 34 milliseconds
1
2
3
Indexes created Wed Jun 17 00:25:26 UTC 2026