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

  /xsrc/external/mit/libX11/dist/src/xkb/
XKBUse.c 124 first = old->first_key_explicit;
125 oldLast = old->first_key_explicit + old->num_key_explicit - 1;
126 newLast = new->first_key_explicit + new->num_key_explicit - 1;
128 if (new->first_key_explicit < first)
129 first = new->first_key_explicit;
132 old->first_key_explicit = first;
136 old->first_key_explicit = new->first_key_explicit;
287 mev->first_key_explicit = mn->firstKeyExplicit;
XKBGetMap.c 864 req->firstKeyExplicit = changes->first_key_explicit;
XKBSetMap.c 588 req->firstKeyExplicit = changes->first_key_explicit;
XKBBind.c 468 int first = changes.first_key_explicit;
  /xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h 78 KeyCode first_key_explicit; member in struct:_XkbMapNotifyEvent
  /xsrc/external/mit/xkbevd/dist/
printev.c 137 do_map_message("explicit components for key", map->first_key_explicit,
  /xsrc/external/mit/xorg-server/dist/include/
xkbstr.h 504 KeyCode first_key_explicit; member in struct:_XkbMapChanges
  /xsrc/external/mit/xorg-server.old/dist/include/
xkbstr.h 497 KeyCode first_key_explicit; member in struct:_XkbMapChanges
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBstr.h 499 KeyCode first_key_explicit; member in struct:_XkbMapChanges
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbEvents.c 825 mn.firstKeyExplicit = pChanges->map.first_key_explicit;
xkb.c 2377 oldLast = changes->map.first_key_explicit +
2379 if (changes->map.first_key_explicit < first)
2380 first = changes->map.first_key_explicit;
2384 changes->map.first_key_explicit = first;
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbEvents.c 851 mn.firstKeyExplicit= pChanges->map.first_key_explicit;
xkb.c 2262 oldLast= changes->map.first_key_explicit+
2264 if (changes->map.first_key_explicit<first)
2265 first= changes->map.first_key_explicit;
2269 changes->map.first_key_explicit= first;

Completed in 43 milliseconds