Home
last modified time | relevance | path

Searched refs:XkbRF_PendingMatch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbrules.h70 #define XkbRF_PendingMatch (1L<<1) macro
/OK3568_Linux_fs/external/xserver/xkb/
H A Dmaprules.c594 rule->flags &= ~XkbRF_PendingMatch; /* clear the flag because it's applied */ in XkbRF_ApplyRule()
696 rule->flags |= XkbRF_PendingMatch; in XkbRF_CheckApplyRule()
711 rule->flags &= ~XkbRF_PendingMatch; in XkbRF_ClearPartialMatches()
722 if ((rule->flags & XkbRF_PendingMatch) == 0) in XkbRF_ApplyPartialMatches()