Home
last modified time | relevance | path

Searched refs:types_inout (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c50 int *types_inout, KeySym * xkb_syms_rtrn) in XkbKeyTypesForCoreSymbols() argument
62 if ((protected & (1 << i)) && (types_inout[i] < xkb->map->num_types)) { in XkbKeyTypesForCoreSymbols()
63 nSyms[i] = xkb->map->types[types_inout[i]].num_levels; in XkbKeyTypesForCoreSymbols()
68 types_inout[i] = XkbTwoLevelIndex; /* don't really know, yet */ in XkbKeyTypesForCoreSymbols()
165 types_inout[i] = XkbAlphabeticIndex; in XkbKeyTypesForCoreSymbols()
168 types_inout[i] = XkbOneLevelIndex; in XkbKeyTypesForCoreSymbols()
173 (types_inout[i] == XkbTwoLevelIndex)) { in XkbKeyTypesForCoreSymbols()
175 types_inout[i] = XkbKeypadIndex; in XkbKeyTypesForCoreSymbols()
181 types_inout[i] = XkbAlphabeticIndex; in XkbKeyTypesForCoreSymbols()
212 types_inout[XkbGroup2Index] = types_inout[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
[all …]