Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Dtypes.c51 } KeyTypeInfo; typedef
57 darray(KeyTypeInfo) types;
72 TypeTxt(KeyTypesInfo *info, KeyTypeInfo *type) in TypeTxt()
78 TypeMaskTxt(KeyTypesInfo *info, KeyTypeInfo *type) in TypeMaskTxt()
84 ReportTypeShouldBeArray(KeyTypesInfo *info, KeyTypeInfo *type, in ReportTypeShouldBeArray()
92 ReportTypeBadType(KeyTypesInfo *info, KeyTypeInfo *type, in ReportTypeBadType()
111 ClearKeyTypeInfo(KeyTypeInfo *type) in ClearKeyTypeInfo()
124 static KeyTypeInfo *
127 KeyTypeInfo *old; in FindMatchingKeyType()
137 AddKeyType(KeyTypesInfo *info, KeyTypeInfo *new, bool same_file) in AddKeyType()
[all …]