Searched refs:XkbGBN_CompatMapMask (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbfmisc.c392 if (orig&XkbGBN_CompatMapMask) rtrn|= XkmCompatMapMask;
400 if (orig&XkmCompatMapMask) rtrn|= XkbGBN_CompatMapMask;
H A Dxkb.c5786 (fwant&(XkbGBN_CompatMapMask|XkbGBN_IndicatorMapMask))) {
5893 rep.reported&= ~XkbGBN_CompatMapMask;
5894 else if (rep.reported&XkbGBN_CompatMapMask) {
5990 if (reported&XkbGBN_CompatMapMask)
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbfmisc.c407 if (orig & XkbGBN_CompatMapMask)
422 rtrn |= XkbGBN_CompatMapMask;
H A Dxkb.c5978 (fwant & (XkbGBN_CompatMapMask | XkbGBN_IndicatorMapMask))) {
6088 rep.reported &= ~XkbGBN_CompatMapMask;
6089 else if (rep.reported & XkbGBN_CompatMapMask) {
6185 if (reported & XkbGBN_CompatMapMask)
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGetByName.c159 if (rep.reported & XkbGBN_CompatMapMask) {
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbmisc.c479 if (orig & XkbGBN_CompatMapMask)
494 rtrn |= XkbGBN_CompatMapMask;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h724 #define XkbGBN_CompatMapMask (1L << 1) macro

Completed in 23 milliseconds