HomeSort by: relevance | last modified time | path
    Searched defs:VMIN (Results 1 - 4 of 4) sorted by relevancy

  /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/lib/libedit/
tty.h 393 # ifdef VMIN
394 # if NUMCC <= VMIN
395 # undef VMIN
396 # endif /* NUMCC <= VMIN */
397 # endif /* VMIN */
  /src/sys/sys/
termios.h 73 #define VMIN 16 /* !ICANON */

Completed in 17 milliseconds