Lines Matching refs:nG
1738 register unsigned nG; in CheckKeySyms() local
1743 nG = XkbNumGroups(wire->groupInfo); in CheckKeySyms()
1744 if (nG > XkbNumKbdGroups) { in CheckKeySyms()
1745 *errorRtrn = _XkbErrCode3(0x14, i + req->firstKeySym, nG); in CheckKeySyms()
1748 if (nG > 0) { in CheckKeySyms()
1751 for (g = w = 0; g < nG; g++) { in CheckKeySyms()
1765 w *= nG; in CheckKeySyms()
1783 register int g, nG, w; in CheckKeySyms() local
1785 nG = XkbKeyNumGroups(xkb, i); in CheckKeySyms()
1786 for (w = g = 0; g < nG; g++) { in CheckKeySyms()
1794 symsPerKey[i] = w * nG; in CheckKeySyms()