| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBNames.c | 599 changes->first_key = changes->num_keys = 0; 600 else if ((changes->first_key < xkb->min_key_code) || 601 (changes->first_key + changes->num_keys > xkb->max_key_code)) { 629 req->firstKey = changes->first_key; 844 new_last = (new->first_key + new->num_keys - 1); 845 old_last = (old->first_key + old->num_keys - 1); 847 first = old->first_key; 849 if (new->first_key < old->first_key) 850 first = new->first_key; [all...] |
| H A D | XKBMisc.c | 590 KeyCode first_key, 599 syms = &core_keysyms[(first_key - xkb->min_key_code) * map_width]; 603 &changes->map.num_key_syms, first_key); 607 first_key + num_keys - 1); 612 changes->map.first_key_sym = first_key; 616 last_key = first_key + num_keys - 1; 617 for (key = first_key; key <= last_key; key++, syms += map_width) { 589 XkbUpdateMapFromCore(XkbDescPtr xkb,KeyCode first_key,int num_keys,int map_width,KeySym * core_keysyms,XkbChangesPtr changes) argument
|
| H A D | XKBMAlloc.c | 697 &changes->names.first_key, 785 &changes->names.first_key,
|
| H A D | XKBUse.c | 448 nev->first_key = nn->firstKey;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbEvents.c | 58 int first_key, int num_keys) 110 if (first_key >= clients[i]->minKC) 111 core_mn.u.mappingNotify.firstKeyCode = first_key; 114 if (first_key + num_keys - 1 <= clients[i]->maxKC) 135 xi_mn.firstKeyCode = first_key; 57 XkbSendLegacyMapNotify(DeviceIntPtr kbd,CARD16 xkb_event,CARD16 changed,int first_key,int num_keys) argument
|
| H A D | XKBMAlloc.c | 616 &changes->names.first_key, 733 &changes->names.first_key,
|
| H A D | xkbUtils.c | 543 XkbApplyMappingChange(DeviceIntPtr kbd, KeySymsPtr map, KeyCode first_key, argument 554 if (map && first_key && num_keys) { 558 XkbUpdateKeyTypesFromCore(kbd, map, first_key, num_keys, &changes); 559 XkbUpdateActions(kbd, first_key, num_keys, &changes, &check, &cause);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbEvents.c | 57 int first_key, int num_keys) 107 if (first_key >= clients[i]->minKC) 108 core_mn.u.mappingNotify.firstKeyCode = first_key; 111 if (first_key + num_keys - 1 <= clients[i]->maxKC) 138 .firstKeyCode = first_key, 56 XkbSendLegacyMapNotify(DeviceIntPtr kbd,CARD16 xkb_event,CARD16 changed,int first_key,int num_keys) argument
|
| H A D | XKBMAlloc.c | 639 &changes->names.first_key, 722 &changes->names.first_key,
|
| H A D | xkbUtils.c | 552 XkbApplyMappingChange(DeviceIntPtr kbd, KeySymsPtr map, KeyCode first_key, argument 563 if (map && first_key && num_keys) { 567 XkbUpdateKeyTypesFromCore(kbd, map, first_key, num_keys, &changes); 568 XkbUpdateActions(kbd, first_key, num_keys, &changes, &check, &cause);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | XKBlib.h | 167 int first_key; /* first key with new name */ member in struct:_XkbNamesNotify 1014 KeyCode /* first_key */, /* first changed key */
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 293 do_map_message("names for key", names->first_key, names->num_keys, 1);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xkbstr.h | 533 unsigned char first_key; member in struct:_XkbNameChanges
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbstr.h | 526 unsigned char first_key; member in struct:_XkbNameChanges
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBstr.h | 528 unsigned char first_key; member in struct:_XkbNameChanges
|