Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dxkbcomp.c134 const struct xkb_keymap_format_ops text_v1_keymap_format_ops = { variable
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h476 extern const struct xkb_keymap_format_ops text_v1_keymap_format_ops;
Dkeymap.c108 [XKB_KEYMAP_FORMAT_TEXT_V1] = &text_v1_keymap_format_ops, in get_keymap_format_ops()