BUFFER_SIZE       116 compat/winansi.c 	static wchar_t wbuf[2 * BUFFER_SIZE + 1];
BUFFER_SIZE       320 compat/winansi.c 	unsigned char buffer[BUFFER_SIZE];
BUFFER_SIZE       327 compat/winansi.c 		if (!ReadFile(hread, buffer + end, BUFFER_SIZE - end, &bytes,
BUFFER_SIZE       544 compat/winansi.c 		PIPE_TYPE_BYTE | PIPE_WAIT, 1, BUFFER_SIZE, 0, 0, NULL);