Home
last modified time | relevance | path

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

123

/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs886 # 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 Dgenchars.pl58 VMIN => "MIN",
/openbsd/bin/stty/
H A Dcchar.c63 { "min", VMIN, CMIN },
114 else if (cp->sub == VMIN || cp->sub == VTIME) { in csearch()
H A Dprint.c239 if (p->sub == VMIN || p->sub == VTIME) { in ccval()
/openbsd/lib/libedit/
H A Dtty.h394 # ifdef VMIN
395 # if NUMCC <= VMIN
396 # undef VMIN
H A Dtty.c438 #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 Dser-unix.c397 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 Dcfmakeraw.c45 t->c_cc[VMIN] = 1; in cfmakeraw()
/openbsd/usr.bin/ssh/
H A Dsshtty.c87 tio.c_cc[VMIN] = 1; in enter_raw_mode()
/openbsd/lib/libcurses/
H A Dnc_termios.h95 #define VMIN 9 macro
/openbsd/lib/libcurses/tinfo/
H A Dlib_raw.c100 buf.c_cc[VMIN] = 1; in NCURSES_EXPORT()
157 buf.c_cc[VMIN] = 1; in NCURSES_SP_NAME()
/openbsd/usr.bin/top/
H A Dscreen.c147 new_settings.c_cc[VMIN] = 1; in init_screen()
/openbsd/usr.bin/mg/
H A Dttyio.c72 newtty.c_cc[VMIN] = 1; in ttraw()
/openbsd/gnu/lib/libreadline/
H A Drltty.c367 #if !defined (VMIN)
368 # define VMIN VEOF macro
601 tiop->c_cc[VMIN] = 1;
/openbsd/regress/lib/libsndio/vol/
H A Dvol.c67 tio.c_cc[VMIN] = 1; in main()
/openbsd/sys/sys/
H A Dtermios.h73 #define VMIN 16 /* !ICANON */ macro
/openbsd/gnu/usr.sbin/mkhybrid/src/diag/
H A Ddump.c157 newtty.c_cc[VMIN]=1; in main()
H A Disodump.c430 newtty.c_cc[VMIN]=1; in main()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c84 termios.c_cc[VMIN] = 1; in remote_open()
101 termio.c_cc[VMIN] = 1; in remote_open()
/openbsd/usr.bin/cu/
H A Dcu.c276 tio.c_cc[VMIN] = 1; in set_termios()
306 tio.c_cc[VMIN] = 1; in set_line()
/openbsd/games/hack/
H A Dhack.tty.c168 curttyb.c_cc[VMIN] = 1; in setftty()
/openbsd/sbin/ldattach/
H A Dldattach.c281 tty.c_cc[VMIN] = 1; in main()
/openbsd/games/atc/
H A Dmain.c158 tty_new.c_cc[VMIN] = 1; in main()
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dunixcomm.c334 terminfo.c_cc[VMIN] = 1; in Unix_ResetSerial()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp119 fd_termios.c_cc[VMIN] = 1; in SetRaw()

123