/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 886 # if !defined (VMIN) in ReadMode() 887 # define VMIN VEOF in ReadMode() macro 992 work.c_cc[VMIN] = 1; in ReadMode() 1008 work.c_cc[VMIN] = 1; in ReadMode() 1026 work.c_cc[VMIN] = 1; in ReadMode() 1141 work.c_cc[VMIN] = 1; in ReadMode() 1156 work.c_cc[VMIN] = 1; in ReadMode() 1172 work.c_cc[VMIN] = 1; in ReadMode() 1188 work.c_cc[VMIN] = savebuf.c_cc[VMIN]; in ReadMode() 1212 work.c_cc[VMIN] = savebuf.c_cc[VMIN]; in ReadMode()
|
H A D | genchars.pl | 58 VMIN => "MIN",
|
/openbsd/bin/stty/ |
H A D | cchar.c | 63 { "min", VMIN, CMIN }, 114 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
|
H A D | print.c | 239 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
|
/openbsd/lib/libedit/ |
H A D | tty.h | 394 # ifdef VMIN 395 # if NUMCC <= VMIN 396 # undef VMIN
|
H A D | tty.c | 438 #if defined(VMIN) 708 #ifdef VMIN in tty__getcharindex() 710 return VMIN; in tty__getcharindex() 794 #ifdef VMIN in tty__getchar() 795 s[C_MIN] = td->c_cc[VMIN]; in tty__getchar() 876 #ifdef VMIN in tty__setchar() 877 td->c_cc[VMIN] = s[C_MIN]; in tty__setchar()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-unix.c | 397 state.termios.c_cc[VMIN] = 0; in hardwire_raw() 407 state.termio.c_cc[VMIN] = 0; in hardwire_raw() 492 state.termios.c_cc[VMIN] = 1; in wait_for() 496 state.termios.c_cc[VMIN] = 0; in wait_for() 517 state.termio.c_cc[VMIN] = 1; in wait_for() 521 state.termio.c_cc[VMIN] = 0; in wait_for()
|
/openbsd/lib/libc/termios/ |
H A D | cfmakeraw.c | 45 t->c_cc[VMIN] = 1; in cfmakeraw()
|
/openbsd/usr.bin/ssh/ |
H A D | sshtty.c | 87 tio.c_cc[VMIN] = 1; in enter_raw_mode()
|
/openbsd/lib/libcurses/ |
H A D | nc_termios.h | 95 #define VMIN 9 macro
|
/openbsd/lib/libcurses/tinfo/ |
H A D | lib_raw.c | 100 buf.c_cc[VMIN] = 1; in NCURSES_EXPORT() 157 buf.c_cc[VMIN] = 1; in NCURSES_SP_NAME()
|
/openbsd/usr.bin/top/ |
H A D | screen.c | 147 new_settings.c_cc[VMIN] = 1; in init_screen()
|
/openbsd/usr.bin/mg/ |
H A D | ttyio.c | 72 newtty.c_cc[VMIN] = 1; in ttraw()
|
/openbsd/gnu/lib/libreadline/ |
H A D | rltty.c | 367 #if !defined (VMIN) 368 # define VMIN VEOF macro 601 tiop->c_cc[VMIN] = 1;
|
/openbsd/regress/lib/libsndio/vol/ |
H A D | vol.c | 67 tio.c_cc[VMIN] = 1; in main()
|
/openbsd/sys/sys/ |
H A D | termios.h | 73 #define VMIN 16 /* !ICANON */ macro
|
/openbsd/gnu/usr.sbin/mkhybrid/src/diag/ |
H A D | dump.c | 157 newtty.c_cc[VMIN]=1; in main()
|
H A D | isodump.c | 430 newtty.c_cc[VMIN]=1; in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | remote-utils.c | 84 termios.c_cc[VMIN] = 1; in remote_open() 101 termio.c_cc[VMIN] = 1; in remote_open()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 276 tio.c_cc[VMIN] = 1; in set_termios() 306 tio.c_cc[VMIN] = 1; in set_line()
|
/openbsd/games/hack/ |
H A D | hack.tty.c | 168 curttyb.c_cc[VMIN] = 1; in setftty()
|
/openbsd/sbin/ldattach/ |
H A D | ldattach.c | 281 tty.c_cc[VMIN] = 1; in main()
|
/openbsd/games/atc/ |
H A D | main.c | 158 tty_new.c_cc[VMIN] = 1; in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | unixcomm.c | 334 terminfo.c_cc[VMIN] = 1; in Unix_ResetSerial()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Terminal.cpp | 119 fd_termios.c_cc[VMIN] = 1; in SetRaw()
|