Searched refs:first_keycode (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetPntMap.c57 int first_keycode,
67 req->firstKeyCode = first_keycode;
55 XChangeKeyboardMapping(register Display * dpy,int first_keycode,int keysyms_per_keycode,KeySym * keysyms,int nkeycodes) argument
H A DGetPntMap.c90 unsigned int first_keycode,
92 KeyCode first_keycode,
105 req->firstKeyCode = first_keycode;
88 XGetKeyboardMapping(Display * dpy,unsigned int first_keycode,int count,int * keysyms_per_keycode) argument
H A DEvToWire.c396 event->u.mappingNotify.firstKeyCode = ev->first_keycode;
H A DXlibInt.c1237 ev->first_keycode = event->u.mappingNotify.firstKeyCode;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c191 newLast = new->first_keycode + new->count - 1;
193 if (new->first_keycode < first)
194 first = new->first_keycode;
202 old->first_key_sym = new->first_keycode;
306 ev->first_keycode = mn->firstKeySym;
564 ev->first_keycode = dpy->min_keycode;
H A DXKBBind.c430 changes.first_key_sym = event->first_keycode;
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h425 int first_keycode;/* first keycode */ member in struct:__anonf2a6c3990b08
426 int count; /* defines range of change w. first_keycode*/
/xsrc/external/mit/libXi/dist/src/
H A DXExtToWire.c317 mev->firstKeyCode = ev->first_keycode;
H A DXExtInt.c863 ev->first_keycode = ev2->firstKeyCode;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c399 event->u.mappingNotify.firstKeyCode = ev->first_keycode;
779 ev->first_keycode = event->u.mappingNotify.firstKeyCode;
/xsrc/external/mit/xev/dist/
H A Dxev.c841 output(Indent | NewLine, "request %s, first_keycode %d, count %d",
842 r, e->first_keycode, e->count);
/xsrc/external/mit/xterm/dist/
H A Dtrace.c895 TRACE((" %s first_keycode %d count %d",
897 ev->xmapping.first_keycode,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h916 int first_keycode; /* first keycode */ member in struct:__anonf1b122fa3308
917 int count; /* defines range of change w. first_keycode*/
1699 unsigned int /* first_keycode */,
1701 KeyCode /* first_keycode */,
2063 int /* first_keycode */,

Completed in 27 milliseconds