HomeSort by: relevance | last modified time | path
    Searched refs:XkbSA_LatchToLock (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKB.h 427 #define XkbSA_LatchToLock (1L << 1)
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbActions.c 100 fake.mods.flags = XkbSA_ClearLocks | XkbSA_LatchToLock;
108 fake.group.flags = XkbSA_ClearLocks | XkbSA_LatchToLock;
286 if ((filter->upAction.mods.flags & XkbSA_LatchToLock) && common) {
320 else if ((filter->upAction.group.flags & XkbSA_LatchToLock)
xkbtext.c 777 if (act->flags & XkbSA_LatchToLock)
801 if (act->flags & XkbSA_LatchToLock)
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbActions.c 97 fake.mods.flags= XkbSA_ClearLocks|XkbSA_LatchToLock;
104 fake.group.flags= XkbSA_ClearLocks|XkbSA_LatchToLock;
258 if (filter->upAction.mods.flags&XkbSA_LatchToLock) {
xkbtext.c 700 if (act->flags&XkbSA_LatchToLock)
725 if (act->flags&XkbSA_LatchToLock)
  /xsrc/external/mit/libxkbfile/dist/src/
xkbtext.c 915 if (act->flags & XkbSA_LatchToLock)
941 if (act->flags & XkbSA_LatchToLock)
  /xsrc/external/mit/xkbcomp/dist/
action.c 354 tmp = XkbSA_LatchToLock;

Completed in 9 milliseconds