Home
last modified time | relevance | path

Searched refs:modmask (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c361 xkb_mod_mask_t modmask; member
545 production.modmask = 0; in parse()
596 production.modmask = 0xff; in parse()
622 production.modmask = 0; in parse()
639 if (tilde || production.modmask == 0) in parse()
651 production.modmask |= 1 << mod; in parse()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h63 #define xkb_key_mod_mask_remove_consumed(state, key, modmask) \ argument
64 xkb_state_mod_mask_remove_consumed(state, key, modmask)