Searched refs:XkbModNameToIndex (Results 1 – 5 of 5) sorted by relevance
/external/libxkbcommon/xkbcommon/src/ |
D | keymap-priv.c | 128 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name, in XkbModNameToIndex() function
|
D | keymap.h | 455 XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name,
|
D | keymap.c | 291 return XkbModNameToIndex(&keymap->mods, atom, MOD_BOTH); in xkb_keymap_mod_get_index()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | expr.c | 115 ndx = XkbModNameToIndex(mods, field, mod_type); in LookupModMask() 669 ndx = XkbModNameToIndex(mods, name, mod_type); in ExprResolveMod()
|
D | symbols.c | 1164 ndx = XkbModNameToIndex(&info->mods, def->modifier, MOD_REAL); in HandleModMapDef()
|