HomeSort by: relevance | last modified time | path
    Searched refs:XkbIndicatorNamesMask (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xkb/
XKBNames.c 159 if (rep->which & XkbIndicatorNamesMask) {
408 if (which & XkbIndicatorNamesMask) {
414 which &= ~XkbIndicatorNamesMask;
512 if (which & XkbIndicatorNamesMask)
610 if ((which & XkbIndicatorNamesMask) == 0)
613 which &= ~XkbIndicatorNamesMask;
655 if (which & XkbIndicatorNamesMask) {
661 which &= ~XkbIndicatorNamesMask;
755 if (which & XkbIndicatorNamesMask)
836 if (wanted & XkbIndicatorNamesMask) {
    [all...]
  /xsrc/external/mit/xkbevd/dist/
printev.c 280 if (names->changed & XkbIndicatorNamesMask) {
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKB.h 709 #define XkbIndicatorNamesMask (1<<8)
  /xsrc/external/mit/xkbcomp/dist/
indicators.c 381 if (XkbAllocNames(xkb, XkbIndicatorNamesMask, 0, 0) != Success)
keycodes.c 848 if (XkbAllocNames(xkb, XkbKeyNamesMask | XkbIndicatorNamesMask, 0, 0)
  /xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
mxkbledpanel.c 196 if (XkbGetNames(theDisplay,XkbIndicatorNamesMask,xkb)!=Success)
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbLEDs.c 813 changes->names.changed |= XkbIndicatorNamesMask;
xkb.c 3878 if (which & XkbIndicatorNamesMask) {
3886 which &= ~XkbIndicatorNamesMask;
3930 which &= ~(XkbIndicatorNamesMask | XkbVirtualModNamesMask);
4043 if (which & XkbIndicatorNamesMask) {
4276 if (stuff->which & XkbIndicatorNamesMask) {
4434 if (stuff->which & XkbIndicatorNamesMask) {
4496 needExtEvent = (nn.changed & XkbIndicatorNamesMask) != 0;
xkmread.c 620 if (XkbAllocNames(xkb, XkbIndicatorNamesMask, 0, 0) != Success) {
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbLEDs.c 798 changes->names.changed|= XkbIndicatorNamesMask;
xkb.c 3682 if (which&XkbIndicatorNamesMask) {
3688 which&= ~XkbIndicatorNamesMask;
3728 which&= ~(XkbIndicatorNamesMask|XkbVirtualModNamesMask);
3838 if (which&XkbIndicatorNamesMask) {
4075 if (stuff->which&XkbIndicatorNamesMask) {
4233 if (stuff->which&XkbIndicatorNamesMask) {
4292 needExtEvent= (nn.changed&XkbIndicatorNamesMask)!=0;
xkmread.c 588 if (XkbAllocNames(xkb,XkbIndicatorNamesMask,0,0)!=Success) {
  /xsrc/external/mit/xset/dist/
xset.c 1287 if (XkbGetNames(dpy, XkbIndicatorNamesMask, xkb) == Success) {
  /xsrc/external/mit/libxkbfile/dist/src/
xkmread.c 515 if (XkbAllocNames(xkb, XkbIndicatorNamesMask, 0, 0) != Success) {

Completed in 37 milliseconds