Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap.c289 atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_mod_get_index()
323 xkb_atom_t atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_layout_get_index()
398 xkb_atom_t atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_led_get_index()
552 atom = xkb_atom_lookup(keymap->ctx, name); in xkb_keymap_key_by_name()
Dcontext.h76 xkb_atom_lookup(struct xkb_context *ctx, const char *string);
Dcontext-priv.c54 xkb_atom_lookup(struct xkb_context *ctx, const char *string) in xkb_atom_lookup() function