Home
last modified time | relevance | path

Searched refs:CBSIZE (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gdb/gdb/
HDser-go32.c141 #define CBSIZE 4096 macro
202 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()