Searched refs:which_groups (Results 1 – 6 of 6) sorted by relevance
123 if ((map->groups) && ((map->which_groups & (~XkbIM_UseBase)) != 0)) { in XkbApplyLEDChangeToKeyboard()131 if (map->which_groups & (XkbIM_UseLocked | XkbIM_UseEffective)) { in XkbApplyLEDChangeToKeyboard()136 if (map->which_groups & XkbIM_UseLatched) in XkbApplyLEDChangeToKeyboard()141 else if (map->which_groups & (XkbIM_UseLatched | XkbIM_UseEffective)) { in XkbApplyLEDChangeToKeyboard()214 if (map->which_groups & XkbIM_UseAnyGroup) { in ComputeAutoState()215 if (map->which_groups & XkbIM_UseBase) in ComputeAutoState()217 if (map->which_groups & XkbIM_UseLatched) in ComputeAutoState()219 if (map->which_groups & XkbIM_UseLocked) in ComputeAutoState()221 if (map->which_groups & XkbIM_UseEffective) in ComputeAutoState()479 what = (map->which_mods | map->which_groups); in XkbCheckIndicatorMaps()
246 if (led->which_groups != 0) { in WriteXKBIndicatorMap()247 if (led->which_groups != XkbIM_UseEffective) { in WriteXKBIndicatorMap()249 XkbIMWhichStateMaskText(led->which_groups, XkbXKBFile)); in WriteXKBIndicatorMap()335 if ((map->flags != 0) || (map->which_groups != 0) || in XkbWriteXKBCompatMap()
653 map->which_groups = wire.which_groups; in ReadXkmIndicators()
442 which_groups: CARD8
3240 wire->whichGroups = indicators->maps[i].which_groups; in XkbSendIndicatorMap()3333 sli->maps[i].which_groups = desc->whichGroups; in _XkbSetIndicatorMap()3469 rep.whichGroups = map->which_groups; in ProcXkbGetNamedIndicator()3609 map->which_groups = stuff->whichGroups; in _XkbSetNamedIndicator()6344 iwire.whichGroups = sli->maps[i].which_groups; in SendDeviceLedInfo()6700 sli->maps[n].which_groups = mapWire->whichGroups; in SetDeviceIndicators()
391 unsigned char which_groups; member399 (((i)->which_groups&&(i)->groups)||\402 #define XkbIM_InUse(i) ((i)->flags || (i)->which_groups || (i)->which_mods || \