Searched refs:_XkbReadBufferCopyKeySyms (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBlibint.h267 extern int _XkbReadBufferCopyKeySyms(
279 #define _XkbReadBufferCopyKeySyms(f,t,s) _XkbReadBufferCopy32(f,t,s) macro
H A DXKBRdBuf.c90 _XkbReadBufferCopyKeySyms(XkbReadBufferPtr from, KeySym * to, int num_words) function in typeref:typename:int
H A DXKBGetMap.c195 if (_XkbReadBufferCopyKeySyms(buf, (KeySym *) &map->syms[offset],
228 if (_XkbReadBufferCopyKeySyms(buf, newSyms, newMap->nSyms) == 0)

Completed in 5 milliseconds