Searched refs:rBuf (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_kbd.c334 unsigned char rBuf[64]; local in function:stdReadInput
336 if ((nBytes = read( pInfo->fd, (char *)rBuf, sizeof(rBuf))) > 0) {
338 pKbd->PostEvent(pInfo, rBuf[i] & 0x7f,
339 rBuf[i] & 0x80 ? FALSE : TRUE);

Completed in 2 milliseconds