Searched refs:xkb_compose_state_get_status (Results 1 – 6 of 6) sorted by relevance
104 status = xkb_compose_state_get_status(state); in test_compose_seq_va()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_NOTHING); in test_state()376 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()378 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()380 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()382 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()384 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()386 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()[all …]
446 xkb_compose_state_get_status(struct xkb_compose_state *state);
82 xkb_compose_state_get_status;
136 xkb_compose_state_get_status(struct xkb_compose_state *state) in xkb_compose_state_get_status() function
76 status = xkb_compose_state_get_status(compose_state); in tools_print_keycode_state()
278 status = xkb_compose_state_get_status(kbd->compose_state); in process_event()