Searched refs:HOWMANY (Results 1 – 2 of 2) sorted by relevance
56 #ifndef HOWMANY58 #define HOWMANY MAX_BLOCK macro60 #define HOWMANY 255 macro65 #if defined(HOWMANY) && HOWMANY > 255330 tty.c_cc[VMIN] = HOWMANY; /* This many chars satisfies reads */ in io_mode()401 tty.c_cc[VMIN] = HOWMANY; /* This many chars satisfies reads */ in io_mode()
61 #ifndef HOWMANY63 #define HOWMANY MAX_BLOCK macro65 #define HOWMANY 255 macro79 int Readnum = HOWMANY; /* Number of bytes to ask for in read() from modem */846 readline_setup(0, HOWMANY, MAX_BLOCK*2); in zmodem_rx()