Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap-priv.c131 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name, in XkbModNameToIndex() function
Dkeymap.h467 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name,
Dkeymap.c293 return XkbModNameToIndex(&keymap->mods, atom, MOD_BOTH); in xkb_keymap_mod_get_index()
/external/libxkbcommon/src/xkbcomp/
Dexpr.c123 ndx = XkbModNameToIndex(mods, field, mod_type); in LookupModMask()
683 ndx = XkbModNameToIndex(mods, name, mod_type); in ExprResolveMod()
Dsymbols.c1156 ndx = XkbModNameToIndex(&info->mods, def->modifier, MOD_REAL); in HandleModMapDef()