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

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c643 unsigned char newVMods[XkbNumVirtualMods]; local in function:XkbUpdateMapFromCore
647 bzero(newVMods, XkbNumVirtualMods);
655 newVMods[i] |= xkb->map->modmap[key];
660 if ((bit & present) && (newVMods[i] != xkb->server->vmods[i])) {
663 xkb->server->vmods[i] = newVMods[i];
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c281 unsigned char newVMods[XkbNumVirtualMods]; local in function:XkbUpdateDescActions
285 memset(newVMods, 0, XkbNumVirtualMods);
293 newVMods[i]|= xkb->map->modmap[key];
298 if ((bit&present)&&(newVMods[i]!=xkb->server->vmods[i])) {
301 xkb->server->vmods[i]= newVMods[i];
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c280 unsigned char newVMods[XkbNumVirtualMods]; local in function:XkbUpdateDescActions
284 memset(newVMods, 0, XkbNumVirtualMods);
292 newVMods[i] |= xkb->map->modmap[key];
297 if ((bit & present) && (newVMods[i] != xkb->server->vmods[i])) {
300 xkb->server->vmods[i] = newVMods[i];

Completed in 7 milliseconds