• Home
  • Raw
  • Download

Lines Matching refs:xkb_state

70     bool (*func)(struct xkb_state *state,
92 struct xkb_state { struct
120 get_entry_for_key_state(struct xkb_state *state, const struct xkb_key *key, in get_entry_for_key_state() argument
147 xkb_state_key_get_level(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_key_get_level()
206 xkb_state_key_get_layout(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_layout()
221 xkb_key_get_action(struct xkb_state *state, const struct xkb_key *key) in xkb_key_get_action()
238 xkb_filter_new(struct xkb_state *state) in xkb_filter_new()
261 xkb_filter_group_set_func(struct xkb_state *state, in xkb_filter_group_set_func()
289 xkb_filter_group_set_new(struct xkb_state *state, struct xkb_filter *filter) in xkb_filter_group_set_new()
299 xkb_filter_group_lock_func(struct xkb_state *state, in xkb_filter_group_lock_func()
319 xkb_filter_group_lock_new(struct xkb_state *state, struct xkb_filter *filter) in xkb_filter_group_lock_new()
328 xkb_filter_mod_set_func(struct xkb_state *state, in xkb_filter_mod_set_func()
355 xkb_filter_mod_set_new(struct xkb_state *state, struct xkb_filter *filter) in xkb_filter_mod_set_new()
361 xkb_filter_mod_lock_func(struct xkb_state *state, in xkb_filter_mod_lock_func()
385 xkb_filter_mod_lock_new(struct xkb_state *state, struct xkb_filter *filter) in xkb_filter_mod_lock_new()
418 xkb_filter_mod_latch_func(struct xkb_state *state, in xkb_filter_mod_latch_func()
499 xkb_filter_mod_latch_new(struct xkb_state *state, struct xkb_filter *filter) in xkb_filter_mod_latch_new()
506 void (*new)(struct xkb_state *state, struct xkb_filter *filter);
507 bool (*func)(struct xkb_state *state, struct xkb_filter *filter,
528 xkb_filter_apply_all(struct xkb_state *state, in xkb_filter_apply_all()
572 XKB_EXPORT struct xkb_state *
575 struct xkb_state *ret; in xkb_state_new()
587 XKB_EXPORT struct xkb_state *
588 xkb_state_ref(struct xkb_state *state) in xkb_state_ref()
595 xkb_state_unref(struct xkb_state *state) in xkb_state_unref()
606 xkb_state_get_keymap(struct xkb_state *state) in xkb_state_get_keymap()
615 xkb_state_led_update_all(struct xkb_state *state) in xkb_state_led_update_all()
670 xkb_state_update_derived(struct xkb_state *state) in xkb_state_update_derived()
730 xkb_state_update_key(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_update_key()
780 xkb_state_update_mask(struct xkb_state *state, in xkb_state_update_mask()
835 xkb_state_key_get_syms(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_key_get_syms()
861 should_do_caps_transformation(struct xkb_state *state, xkb_keycode_t kc) in should_do_caps_transformation()
875 should_do_ctrl_transformation(struct xkb_state *state, xkb_keycode_t kc) in should_do_ctrl_transformation()
908 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_one_sym()
936 get_one_sym_for_string(struct xkb_state *state, xkb_keycode_t kc) in get_one_sym_for_string()
980 xkb_state_key_get_utf8(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_key_get_utf8()
1035 xkb_state_key_get_utf32(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_utf32()
1054 xkb_state_serialize_mods(struct xkb_state *state, in xkb_state_serialize_mods()
1077 xkb_state_serialize_layout(struct xkb_state *state, in xkb_state_serialize_layout()
1122 xkb_state_mod_index_is_active(struct xkb_state *state, in xkb_state_mod_index_is_active()
1137 match_mod_masks(struct xkb_state *state, in match_mod_masks()
1160 xkb_state_mod_indices_are_active(struct xkb_state *state, in xkb_state_mod_indices_are_active()
1195 xkb_state_mod_name_is_active(struct xkb_state *state, const char *name, in xkb_state_mod_name_is_active()
1211 xkb_state_mod_names_are_active(struct xkb_state *state, in xkb_state_mod_names_are_active()
1246 xkb_state_layout_index_is_active(struct xkb_state *state, in xkb_state_layout_index_is_active()
1272 xkb_state_layout_name_is_active(struct xkb_state *state, const char *name, in xkb_state_layout_name_is_active()
1287 xkb_state_led_index_is_active(struct xkb_state *state, xkb_led_index_t idx) in xkb_state_led_index_is_active()
1300 xkb_state_led_name_is_active(struct xkb_state *state, const char *name) in xkb_state_led_name_is_active()
1311 key_get_consumed(struct xkb_state *state, const struct xkb_key *key) in key_get_consumed()
1346 xkb_state_mod_index_is_consumed(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_mod_index_is_consumed()
1366 xkb_state_mod_mask_remove_consumed(struct xkb_state *state, xkb_keycode_t kc, in xkb_state_mod_mask_remove_consumed()
1378 xkb_state_key_get_consumed_mods(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_consumed_mods()