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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c1509 static int pBufP = 0; local
1541 if (pBufP != 0 && rodent.rtype != MOUSE_PROTO_PS2 &&
1544 pBufP = 0; /* skip package */
1547 if (pBufP == 0 && (rBuf & cur_proto[0]) != cur_proto[1])
1551 if (pBufP >= cur_proto[4] && (rBuf & cur_proto[0]) != cur_proto[1])
1581 * been detected (pBufP >= cur_proto[4]). In the previous
1582 * versions, the test was pBufP == 0; thus, we may have mistakingly
1588 pBufP = 0;
1644 pBufP = 0;
1648 if (pBufP >
[all...]

Completed in 101 milliseconds