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

/xsrc/external/mit/xf86-input-ws/dist/src/
H A Demumb.c106 static signed char stateTab[11][5][3] = { variable in typeref:typename:signed char[11][5][3]
208 if ((id = stateTab[priv->emulateMB.state][4][0]) != 0) {
211 stateTab[priv->emulateMB.state][4][2];
257 if ((id = stateTab[priv->emulateMB.state][*btstate][0]) != 0) {
261 if ((id = stateTab[priv->emulateMB.state][*btstate][1]) != 0) {
266 priv->emulateMB.state = stateTab[priv->emulateMB.state][*btstate][2];
268 if (stateTab[priv->emulateMB.state][4][0] != 0) {
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A DmouseEmu3btn.c142 static const struct button_state stateTab[NSTATES] = { variable in typeref:typename:const struct button_state[]
584 timeout_action = &stateTab[pEmu3btn->emulateState].timeout;
739 &stateTab[pEmu3btn->emulateState].buttons[emulateButtons];
756 timeout_action = &stateTab[pEmu3btn->emulateState].timeout;
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.c1924 static signed char stateTab[11][5][3] = { variable in typeref:typename:signed char[11][5][3]
2058 if ((id = stateTab[pMse->emulateState][4][0]) != 0) {
2060 pMse->emulateState = stateTab[pMse->emulateState][4][2];
2394 if ((id = stateTab[pMse->emulateState][emulateButtons][0]) != 0)
2396 if ((id = stateTab[pMse->emulateState][emulateButtons][1]) != 0)
2400 stateTab[pMse->emulateState][emulateButtons][2];
2402 if (stateTab[pMse->emulateState][4][0] != 0) {

Completed in 8 milliseconds