Lines Matching defs:mods
229 ((map->mods.real_mods!=0)||(map->mods.vmods!=0)))||
447 if (xkb->indicators->maps[led].mods.real_mods ||
448 xkb->indicators->maps[led].mods.mask)
451 unsigned int affect,mods;
453 affect = (xkb->indicators->maps[led].mods.real_mods |
454 xkb->indicators->maps[led].mods.mask);
457 mods = affect;
459 mods = 0;
463 XkbLockModifiers(theDisplay,XkbUseCoreKbd,affect,mods);
466 XkbLatchModifiers(theDisplay,XkbUseCoreKbd,affect,mods);