Searched refs:xkb_compose_state_get_status (Results 1 – 6 of 6) sorted by relevance
102 status = xkb_compose_state_get_status(state); in test_compose_seq_va()368 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()370 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()372 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()374 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()376 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()378 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()380 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()382 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()384 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()[all …]
372 status = xkb_compose_state_get_status(compose_state); in test_print_keycode_state()
266 status = xkb_compose_state_get_status(kbd->compose_state); in process_event()
82 xkb_compose_state_get_status;
428 xkb_compose_state_get_status(struct xkb_compose_state *state);
134 xkb_compose_state_get_status(struct xkb_compose_state *state) in xkb_compose_state_get_status() function