| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xipassivegrab.c | 184 mod_dev = GetMaster(dev, MASTER_KEYBOARD); 316 mod_dev = GetMaster(dev, MASTER_KEYBOARD);
|
| H A D | xichangehierarchy.c | 250 keybd = GetMaster(ptr, MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xipassivegrab.c | 201 mod_dev = (IsFloating(dev)) ? dev : GetMaster(dev, MASTER_KEYBOARD); 350 mod_dev = (IsFloating(dev)) ? dev : GetMaster(dev, MASTER_KEYBOARD);
|
| H A D | xiquerypointer.c | 121 kbd = GetMaster(pDev, MASTER_KEYBOARD);
|
| H A D | xichangehierarchy.c | 266 if ((keybd = GetMaster(dev, MASTER_KEYBOARD)) == NULL) 267 keybd = find_disabled_master(MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | devices.c | 424 XkbPushLockedStateToSlaves(GetMaster(dev, MASTER_KEYBOARD), 0, 0); 1864 if (IsMaster(tmp) || GetMaster(tmp, MASTER_KEYBOARD) != pDev) 2227 (!IsMaster(pDev) && GetMaster(pDev, MASTER_KEYBOARD) == keyboard)) 2237 (!IsMaster(pDev) && GetMaster(pDev, MASTER_KEYBOARD) == keyboard)) 2303 (!IsMaster(dev) && GetMaster(dev, MASTER_KEYBOARD) == keybd)) && 2709 DeviceIntPtr keyboard = GetMaster(dev, MASTER_KEYBOARD); 2749 * - MASTER_KEYBOARD: the master keyboard for this device or NULL for a 2758 * @param which ::MASTER_KEYBOARD or ::MASTER_POINTER, ::MASTER_ATTACHED, 2777 if (which == MASTER_KEYBOARD || which == KEYBOARD_OR_FLOAT) { 2778 if (master->type != MASTER_KEYBOARD) [all...] |
| H A D | inpututils.c | 271 if (!IsMaster(tmp) && GetMaster(tmp, MASTER_KEYBOARD) == dev) 277 GetMaster(dev, MASTER_KEYBOARD)->lastSlave == dev) {
|
| H A D | events.c | 333 return (dev->type == MASTER_KEYBOARD) || 340 return dev->type == MASTER_POINTER || dev->type == MASTER_KEYBOARD; 346 return !IsMaster(dev) && GetMaster(dev, MASTER_KEYBOARD) == NULL; 1494 DeviceIntPtr kbd = GetMaster(dev, MASTER_KEYBOARD); 1505 return GetMaster(kbd, MASTER_KEYBOARD); 4035 gdev = GetMaster(device, MASTER_KEYBOARD); 4085 grab->modifierDevice = GetMaster(device, MASTER_KEYBOARD); 4845 kbd = GetMaster(mouse, MASTER_KEYBOARD); 5422 keyboard = GetMaster(mouse, MASTER_KEYBOARD); 5544 DeviceIntPtr keybd = GetMaster(dev, MASTER_KEYBOARD); [all...] |
| H A D | getevents.c | 695 MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | inputstr.h | 494 #define MASTER_KEYBOARD 2 macro 509 int type; /* MASTER_POINTER, MASTER_KEYBOARD, SLAVE */
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | devices.c | 2075 (!IsMaster(pDev) && GetMaster(pDev, MASTER_KEYBOARD) == keyboard)) 2085 (!IsMaster(pDev) && GetMaster(pDev, MASTER_KEYBOARD) == keyboard)) 2147 (!IsMaster(dev) && GetMaster(dev, MASTER_KEYBOARD) == keybd)) && 2576 * @type ::MASTER_KEYBOARD or ::MASTER_POINTER 2590 if (which == MASTER_KEYBOARD) 2592 if (master->type != MASTER_KEYBOARD) 2669 keyboard->type = (master) ? MASTER_KEYBOARD : SLAVE;
|
| H A D | events.c | 321 return (dev->type == MASTER_KEYBOARD) || 328 return dev->type == MASTER_POINTER || dev->type == MASTER_KEYBOARD; 3398 gdev = GetMaster(device, MASTER_KEYBOARD); 5772 DeviceIntPtr kbd = GetMaster(ptr, MASTER_KEYBOARD);
|
| H A D | getevents.c | 692 master = GetMaster(dev, (type & DEVCHANGE_POINTER_EVENT) ? MASTER_POINTER : MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | inputstr.h | 554 #define MASTER_KEYBOARD 2 macro 573 int type; /* MASTER_POINTER, MASTER_KEYBOARD, SLAVE */
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mieq.c | 340 mdev = GetMaster(sdev, MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mieq.c | 408 mtype = MASTER_KEYBOARD;
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkb.c | 562 GetMaster(other, MASTER_KEYBOARD) == dev) { 645 (!IsMaster(tmpd) && GetMaster(tmpd, MASTER_KEYBOARD) == dev)) { 790 (!IsMaster(tmpd) && GetMaster(tmpd, MASTER_KEYBOARD) == dev)) { 2743 master = GetMaster(dev, MASTER_KEYBOARD); 2750 GetMaster(other, MASTER_KEYBOARD) == dev) { 2764 if (other != dev && GetMaster(other, MASTER_KEYBOARD) != dev && 2784 GetMaster(other, MASTER_KEYBOARD) == dev) { 2799 if (other != dev && GetMaster(other, MASTER_KEYBOARD) != dev && 3124 GetMaster(other, MASTER_KEYBOARD) == dev) { 3146 GetMaster(other, MASTER_KEYBOARD) [all...] |
| H A D | xkbAccessX.c | 719 dev = IsFloating(mouse) ? mouse : GetMaster(mouse, MASTER_KEYBOARD);
|
| H A D | xkbActions.c | 1230 if (!dev->key || GetMaster(dev, MASTER_KEYBOARD) != master)
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkb.c | 540 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 623 if ((tmpd == dev) || (!IsMaster(tmpd) && GetMaster(tmpd, MASTER_KEYBOARD) == dev)) { 765 if ((tmpd == dev) || (!IsMaster(tmpd) && GetMaster(tmpd, MASTER_KEYBOARD) == dev)) { 2681 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 2704 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 3010 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 3033 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 3289 if ((other != dev) && other->key && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev) 3558 if ((other != dev) && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) == dev && 3582 if ((other != dev) && !IsMaster(other) && GetMaster(other, MASTER_KEYBOARD) [all...] |
| H A D | xkbAccessX.c | 697 dev = (IsMaster(mouse) || mouse->u.master) ? GetMaster(mouse, MASTER_KEYBOARD) : mouse;
|
| H A D | xkbUtils.c | 2120 if (IsMaster(d) || GetMaster(d, MASTER_KEYBOARD) != master || !d->key)
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 1493 vck.type = MASTER_KEYBOARD; 1519 assert(GetMaster(&ptr, MASTER_KEYBOARD) == &vck); 1521 assert(GetMaster(&kbd, MASTER_KEYBOARD) == &vck); 1527 assert(GetMaster(&floating, MASTER_KEYBOARD) == NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1074 DeviceIntPtr master = GetMaster(mouse, MASTER_KEYBOARD);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1045 DeviceIntPtr master = GetMaster(mouse, MASTER_KEYBOARD);
|