| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBUse.c | 67 first = old->first_key_sym; 68 oldLast = old->first_key_sym + old->num_key_syms - 1; 69 newLast = new->first_key_sym + new->num_key_syms - 1; 71 if (new->first_key_sym < first) 72 first = new->first_key_sym; 75 old->first_key_sym = first; 79 old->first_key_sym = new->first_key_sym; 189 first = old->first_key_sym; 190 oldLast = old->first_key_sym [all...] |
| H A D | XKBBind.c | 425 changes.first_key_sym = xkbi->desc->min_key_code; 430 changes.first_key_sym = event->first_keycode; 445 int first = changes.first_key_sym; 446 int last = changes.first_key_sym + changes.num_key_syms - 1;
|
| H A D | XKBMisc.c | 602 _XkbAddKeyChange(&changes->map.first_key_sym, 605 _XkbAddKeyChange(&changes->map.first_key_sym, 612 changes->map.first_key_sym = first_key; 788 _XkbAddKeyChange(&changes->first_key_sym, &changes->num_key_syms, 793 changes->first_key_sym = key;
|
| H A D | XKBMAlloc.c | 645 &changes->map.first_key_sym, 717 &changes->map.first_key_sym,
|
| H A D | XKBGetMap.c | 857 req->firstKeySym = changes->first_key_sym;
|
| H A D | XKBSetMap.c | 581 req->firstKeySym = changes->first_key_sym;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | XKBlib.h | 75 KeyCode first_key_sym; member in struct:_XkbMapNotifyEvent
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 122 do_map_message("symbols for key", map->first_key_sym, map->num_key_syms,
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBMAlloc.c | 565 &changes->map.first_key_sym, 641 &changes->map.first_key_sym,
|
| H A D | XKBMisc.c | 625 _XkbAddKeyChange(&changes->first_key_sym,&changes->num_key_syms, 630 changes->first_key_sym= key;
|
| H A D | xkbUtils.c | 251 oldLast = changes->map.first_key_sym+changes->map.num_key_syms-1; 254 if (first<changes->map.first_key_sym) 255 changes->map.first_key_sym = first; 258 changes->map.num_key_syms = newLast-changes->map.first_key_sym+1; 262 changes->map.first_key_sym = first;
|
| H A D | xkbEvents.c | 844 mn.firstKeySym= pChanges->map.first_key_sym;
|
| H A D | xkb.c | 2101 int oldLast= (changes->map.first_key_sym+changes->map.num_key_syms-1); 2102 if (changes->map.first_key_sym<first) 2103 first= changes->map.first_key_sym; 2108 changes->map.first_key_sym = first; 2610 first= change.map.first_key_sym;
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBMAlloc.c | 574 first_key_sym, 657 first_key_sym,
|
| H A D | XKBMisc.c | 647 _XkbAddKeyChange(&changes->first_key_sym, &changes->num_key_syms, 652 changes->first_key_sym = key;
|
| H A D | xkbUtils.c | 252 oldLast = changes->map.first_key_sym + changes->map.num_key_syms - 1; 255 if (first < changes->map.first_key_sym) 256 changes->map.first_key_sym = first; 259 changes->map.num_key_syms = newLast - changes->map.first_key_sym + 1; 263 changes->map.first_key_sym = first;
|
| H A D | xkbEvents.c | 818 mn.firstKeySym = pChanges->map.first_key_sym;
|
| H A D | xkb.c | 2141 (changes->map.first_key_sym + changes->map.num_key_syms - 1); 2142 if (changes->map.first_key_sym < first) 2143 first = changes->map.first_key_sym; 2148 changes->map.first_key_sym = first; 2674 first = change.map.first_key_sym;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xkbstr.h | 498 KeyCode first_key_sym; member in struct:_XkbMapChanges
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbstr.h | 491 KeyCode first_key_sym; member in struct:_XkbMapChanges
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBstr.h | 493 KeyCode first_key_sym; member in struct:_XkbMapChanges
|