Home
last modified time | relevance | path

Searched refs:XkbOutOfRangeGroupAction (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h101 #define XkbOutOfRangeGroupAction(g) ((g)&0xc0) macro
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c671 act = XkbOutOfRangeGroupAction(ctrls->groups_wrap); in XkbAdjustGroup()
2054 switch (XkbOutOfRangeGroupAction(gi)) { in XkbGetEffectiveGroup()
H A Dxkbout.c461 switch (XkbOutOfRangeGroupAction(XkbKeyGroupInfo(xkb, i))) { in XkbWriteXKBSymbols()
H A Dxkb.c898 act = XkbOutOfRangeGroupAction(stuff->groupsWrap); in ProcXkbSetControls()