Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dkeymap.c287 atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_mod_get_index()
321 xkb_atom_t atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_layout_get_index()
396 xkb_atom_t atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_led_get_index()
Dcontext.h67 xkb_atom_lookup(struct xkb_context *ctx, const char *string);
Dcontext-priv.c53 xkb_atom_lookup(struct xkb_context *ctx, const char *string) in xkb_atom_lookup() function