Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Dtypes.c102 InitKeyTypesInfo(KeyTypesInfo *info, struct xkb_context *ctx, in InitKeyTypesInfo() function
213 InitKeyTypesInfo(&included, info->ctx, &info->mods); in HandleIncludeKeyTypes()
228 InitKeyTypesInfo(&next_incl, info->ctx, &included.mods); in HandleIncludeKeyTypes()
729 InitKeyTypesInfo(&info, keymap->ctx, &keymap->mods); in CompileKeyTypes()