Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dtypes.c49 } KeyTypeInfo; typedef
55 darray(KeyTypeInfo) types;
70 TypeTxt(KeyTypesInfo *info, KeyTypeInfo *type) in TypeTxt()
76 TypeMaskTxt(KeyTypesInfo *info, KeyTypeInfo *type) in TypeMaskTxt()
82 ReportTypeShouldBeArray(KeyTypesInfo *info, KeyTypeInfo *type, in ReportTypeShouldBeArray()
90 ReportTypeBadType(KeyTypesInfo *info, KeyTypeInfo *type, in ReportTypeBadType()
109 ClearKeyTypeInfo(KeyTypeInfo *type) in ClearKeyTypeInfo()
122 static KeyTypeInfo *
125 KeyTypeInfo *old; in FindMatchingKeyType()
135 AddKeyType(KeyTypesInfo *info, KeyTypeInfo *new, bool same_file) in AddKeyType()
[all …]