Lines Matching refs:XKB_MOD_NAME_ALT
127 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
132 XKB_MOD_NAME_ALT, in test_update_key()
137 xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_ALT), in test_update_key()
141 XKB_MOD_NAME_ALT, in test_update_key()
146 XKB_MOD_NAME_ALT, in test_update_key()
151 XKB_MOD_NAME_ALT, in test_update_key()
160 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
165 XKB_MOD_NAME_ALT, in test_update_key()
170 XKB_MOD_NAME_ALT, in test_update_key()
175 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
388 alt = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_ALT); in test_consume()