Searched refs:radioGroups (Results 1 – 4 of 4) sorted by relevance
341 xkbi->radioGroups = NULL; in XkbInitRadioGroups()697 free(xkbi->radioGroups); in XkbFreeInfo()698 xkbi->radioGroups = NULL; in XkbFreeInfo()
97 rg = &xkbi->radioGroups[ndx]; in XkbProcessKeyboardEvent()
2235 if (xkbi->radioGroups) in SetKeyBehaviors()2236 xkbi->radioGroups = reallocarray(xkbi->radioGroups, maxRG, in SetKeyBehaviors()2239 xkbi->radioGroups = calloc(maxRG, sizeof(XkbRadioGroupRec)); in SetKeyBehaviors()2240 if (xkbi->radioGroups) { in SetKeyBehaviors()2242 memset(&xkbi->radioGroups[xkbi->nRadioGroups], 0, in SetKeyBehaviors()
157 XkbRadioGroupPtr radioGroups; member