Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap.c182 xkb_keys_foreach(key, keymap) in UpdateDerivedKeymapFields()
187 xkb_keys_foreach(key, keymap) in UpdateDerivedKeymapFields()
203 xkb_keys_foreach(key, keymap) in UpdateDerivedKeymapFields()
214 xkb_keys_foreach(key, keymap) in UpdateDerivedKeymapFields()
Dkeymap-dump.c167 xkb_keys_foreach(key, keymap) { in write_keycodes()
617 xkb_keys_foreach(key, keymap) in write_symbols()
623 xkb_keys_foreach(key, keymap) { in write_symbols()
Dsymbols.c1270 xkb_keys_foreach(key, keymap) { in FindKeyForSymbol()
1559 xkb_keys_foreach(key, keymap) { in CopySymbolsToKeymap()
/external/libxkbcommon/xkbcommon/src/
Dkeymap-priv.c80 xkb_keys_foreach(key, keymap) in XkbKeyByName()
Dkeymap.c71 xkb_keys_foreach(key, keymap) { in xkb_keymap_unref()
469 xkb_keys_foreach(key, keymap) in xkb_keymap_key_for_each()
Dkeymap.h401 #define xkb_keys_foreach(iter, keymap) \ macro