Lines Matching refs:statec
3580 unsigned int statec, namec, mapc; in _XkbSetNamedIndicator() local
3600 namec = mapc = statec = 0; in _XkbSetNamedIndicator()
3624 statec |= ((sli->effectiveState ^ sli->explicitState) & (1 << led)); in _XkbSetNamedIndicator()
3634 if (statec) in _XkbSetNamedIndicator()
3635 XkbApplyLedStateChanges(dev, sli, statec, &ed, &changes, &cause); in _XkbSetNamedIndicator()
6635 unsigned namec, mapc, statec; in SetDeviceIndicators() local
6656 namec = mapc = statec = 0; in SetDeviceIndicators()
6712 statec = sli->effectiveState ^ ledWire->state; in SetDeviceIndicators()
6713 sli->explicitState &= ~statec; in SetDeviceIndicators()
6714 sli->explicitState |= (ledWire->state & statec); in SetDeviceIndicators()
6720 if (statec) in SetDeviceIndicators()
6721 XkbApplyLedStateChanges(dev, sli, statec, &ed, &changes, &cause); in SetDeviceIndicators()