Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dstate.c267 filter->action.group.flags &= ~ACTION_LOCK_CLEAR; in xkb_filter_group_set_func()
281 if (filter->action.group.flags & ACTION_LOCK_CLEAR) in xkb_filter_group_set_func()
334 filter->action.mods.flags &= ~ACTION_LOCK_CLEAR; in xkb_filter_mod_set_func()
347 if (filter->action.mods.flags & ACTION_LOCK_CLEAR) in xkb_filter_mod_set_func()
465 ((filter->action.mods.flags & ACTION_LOCK_CLEAR) && in xkb_filter_mod_latch_func()
Dkeymap.h141 ACTION_LOCK_CLEAR = (1 << 0), enumerator
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c144 action->mods.flags |= ACTION_LOCK_CLEAR; in translate_action()
160 action->mods.flags |= ACTION_LOCK_CLEAR; in translate_action()
189 action->group.flags |= ACTION_LOCK_CLEAR; in translate_action()
202 action->group.flags |= ACTION_LOCK_CLEAR; in translate_action()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap-dump.c316 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LOCK_CLEAR)) ? ",clearLocks"… in write_action()
328 …(action->type != ACTION_TYPE_GROUP_LOCK && (action->group.flags & ACTION_LOCK_CLEAR)) ? ",clearLoc… in write_action()
Daction.c323 ACTION_LOCK_CLEAR, array_ndx, value, in HandleSetLatchLockMods()
390 ACTION_LOCK_CLEAR, array_ndx, value, in HandleSetLatchLockGroup()