Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap.h114 MOD_REAL = (1 << 0), enumerator
116 MOD_BOTH = (MOD_REAL | MOD_VIRT),
Dkeymap-priv.c50 keymap->mods.mods[i].type = MOD_REAL; in update_builtin_keymap_fields()
/external/libxkbcommon/src/xkbcomp/
Dvmod.c50 if (!ExprResolveModMask(ctx, stmt->value, MOD_REAL, mods, &mapping)) { in HandleVModDef()
Dcompat.c286 return ExprResolveModMask(info->ctx, expr, MOD_REAL, &info->mods, in ResolveStateAndPredicate()
Dsymbols.c1156 ndx = XkbModNameToIndex(&info->mods, def->modifier, MOD_REAL); in HandleModMapDef()