Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Drules.h28 xkb_components_from_rules(struct xkb_context *ctx,
Dxkbcomp.c68 ok = xkb_components_from_rules(keymap->ctx, rmlvo, &kccgst); in text_v1_keymap_new_from_names()
Drules.c1105 xkb_components_from_rules(struct xkb_context *ctx, in xkb_components_from_rules() function
/external/libxkbcommon/bench/
Drules.c55 assert(xkb_components_from_rules(ctx, &rmlvo, &kccgst)); in main()
/external/libxkbcommon/test/
Drules-file-includes.c70 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
Drules-file.c68 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
/external/libxkbcommon/tools/
Dcompile-keymap.c215 if (!xkb_components_from_rules(ctx, rmlvo, &kccgst)) in print_kccgst()