Searched refs:XkbSymInterpretRec (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBAlloc.c48 XkbSymInterpretRec *prev_interpret;
61 nSI * sizeof(XkbSymInterpretRec));
69 (compat->size_si - compat->num_si) * sizeof(XkbSymInterpretRec));
77 compat->sym_interpret= calloc(nSI, sizeof(XkbSymInterpretRec));
H A DxkbDflts.h168 static XkbSymInterpretRec dfltSI[69]= {
446 #define num_dfltSI (sizeof(dfltSI)/sizeof(XkbSymInterpretRec))
H A DxkbUtils.c1347 src->compat->num_si * sizeof(XkbSymInterpretRec));
1353 src->compat->num_si * sizeof(XkbSymInterpretRec));
H A Dxkb.c2901 compat->num_si * sizeof(XkbSymInterpretRec));
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBAlloc.c47 XkbSymInterpretRec *prev_interpret;
60 nSI, sizeof(XkbSymInterpretRec));
69 compat->num_si) * sizeof(XkbSymInterpretRec));
77 compat->sym_interpret = calloc(nSI, sizeof(XkbSymInterpretRec));
H A DxkbDflts.h169 static XkbSymInterpretRec dfltSI[69] = {
H A DxkbUtils.c1396 sizeof(XkbSymInterpretRec));
1402 src->compat->num_si * sizeof(XkbSymInterpretRec));
H A Dxkb.c2999 sizeof(XkbSymInterpretRec));
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBAlloc.c58 nSI, XkbSymInterpretRec);
69 compat->sym_interpret = _XkbTypedCalloc(nSI, XkbSymInterpretRec);
H A DXKBCompat.c57 XkbSymInterpretRec *syms;
/xsrc/external/mit/xkbcomp/dist/
H A Dcompat.c40 XkbSymInterpretRec interp;
844 size = info.nInterps * sizeof(XkbSymInterpretRec);
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h378 } XkbSymInterpretRec, *XkbSymInterpretPtr; typedef in typeref:struct:_XkbSymInterpretRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h371 } XkbSymInterpretRec,*XkbSymInterpretPtr; typedef in typeref:struct:_XkbSymInterpretRec
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h371 } XkbSymInterpretRec,*XkbSymInterpretPtr; typedef in typeref:struct:_XkbSymInterpretRec
374 /* sym_interpret is an array of XkbSymInterpretRec structs,

Completed in 35 milliseconds