Searched refs:CBSIZE (Results 1 – 1 of 1) sorted by relevance
141 #define CBSIZE 4096 macro202 unsigned char cbuf[CBSIZE];257 port->first = (port->first + 1) & (CBSIZE - 1); in dos_getc()267 if (port->count >= CBSIZE - 1) in dos_putc()269 port->cbuf[(port->first + port->count) & (CBSIZE - 1)] = c; in dos_putc()