Searched refs:XkbGBN_AllComponentsMask (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DKeyboard.c172 xkb = XkbGetKeyboard(xnestDisplay, XkbGBN_AllComponentsMask, XkbUseCoreKbd);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DKeyboard.c176 XkbGetKeyboard(xnestDisplay, XkbGBN_AllComponentsMask,
/xsrc/external/mit/xkbevd/dist/
H A Dxkbevd.c548 xkb = XkbGetKeyboard(dpy, XkbGBN_AllComponentsMask, XkbUseCoreKbd);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h732 #define XkbGBN_AllComponentsMask (0xff) macro
/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c1043 XkbGBN_AllComponentsMask,
1044 XkbGBN_AllComponentsMask &
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBui.c72 xkb= XkbGetKeyboard(dpy,XkbGBN_AllComponentsMask,XkbUseCoreKbd);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c5779 CHK_MASK_LEGAL(0x01,stuff->want,XkbGBN_AllComponentsMask);
5780 CHK_MASK_LEGAL(0x02,stuff->need,XkbGBN_AllComponentsMask);
5783 fwant= XkbGBN_AllComponentsMask;
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c5970 CHK_MASK_LEGAL(0x01, stuff->want, XkbGBN_AllComponentsMask);
5971 CHK_MASK_LEGAL(0x02, stuff->need, XkbGBN_AllComponentsMask);
5974 fwant = XkbGBN_AllComponentsMask;

Completed in 99 milliseconds