Searched refs:XkbExplicitKeyType4Mask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h609 #define XkbExplicitKeyType4Mask (1<<3) macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMisc.c137 ((protected&(XkbExplicitKeyType3Mask|XkbExplicitKeyType4Mask))==0)) {
147 if ((tmp<map_width)||(protected&XkbExplicitKeyType4Mask)) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMisc.c128 ((protected & (XkbExplicitKeyType3Mask | XkbExplicitKeyType4Mask))
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) {
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c189 ((protected & (XkbExplicitKeyType3Mask | XkbExplicitKeyType4Mask)) ==
200 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) {

Completed in 7 milliseconds