Home
last modified time | relevance | path

Searched refs:XkbModNameToIndex (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dkeymap-priv.c128 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name, in XkbModNameToIndex() function
Dkeymap.h455 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name,
Dkeymap.c291 return XkbModNameToIndex(&keymap->mods, atom, MOD_BOTH); in xkb_keymap_mod_get_index()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dexpr.c115 ndx = XkbModNameToIndex(mods, field, mod_type); in LookupModMask()
669 ndx = XkbModNameToIndex(mods, name, mod_type); in ExprResolveMod()
Dsymbols.c1164 ndx = XkbModNameToIndex(&info->mods, def->modifier, MOD_REAL); in HandleModMapDef()