Lines Matching refs:KeySym
48 KeySym * core_syms, in XkbKeyTypesForCoreSymbols()
50 int *types_inout, KeySym * xkb_syms_rtrn) in XkbKeyTypesForCoreSymbols()
154 KeySym *syms; in XkbKeyTypesForCoreSymbols()
158 KeySym upper, lower; in XkbKeyTypesForCoreSymbols()
177 KeySym upper, lower; in XkbKeyTypesForCoreSymbols()
214 2 * sizeof(KeySym)); in XkbKeyTypesForCoreSymbols()
219 nSyms[XkbGroup1Index] * sizeof(KeySym)); in XkbKeyTypesForCoreSymbols()
249 KeySym *syms; in XkbKeyTypesForCoreSymbols()
263 KeySym *syms; in XkbKeyTypesForCoreSymbols()
279 KeySym sym, unsigned int real_mods, unsigned int level) in _XkbFindMatchingInterp()
377 KeySym *syms; in XkbApplyCompatMapToKey()
579 KeySym oldSyms[XkbMaxSymsPerKey], *pSyms; in XkbChangeTypesOfKey()
597 memcpy(oldSyms, pSyms, XkbKeyNumSyms(xkb, key) * sizeof(KeySym)); in XkbChangeTypesOfKey()
601 memset(pSyms, 0, width * nGroups * sizeof(KeySym)); in XkbChangeTypesOfKey()
610 nCopy * sizeof(KeySym)); in XkbChangeTypesOfKey()