Searched refs:maxRG (Results 1 – 1 of 1) sorted by relevance
2214 int maxRG = -1; in SetKeyBehaviors() local2228 (((int) wire->data) > maxRG)) in SetKeyBehaviors()2229 maxRG = wire->data + 1; in SetKeyBehaviors()2234 if (maxRG > (int) xkbi->nRadioGroups) { in SetKeyBehaviors()2236 xkbi->radioGroups = reallocarray(xkbi->radioGroups, maxRG, in SetKeyBehaviors()2239 xkbi->radioGroups = calloc(maxRG, sizeof(XkbRadioGroupRec)); in SetKeyBehaviors()2243 (maxRG - xkbi->nRadioGroups) * sizeof(XkbRadioGroupRec)); in SetKeyBehaviors()2244 xkbi->nRadioGroups = maxRG; in SetKeyBehaviors()