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

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmread.c724 KeySym *tmpSyms; local in function:ReadXkmSymbols
726 tmpSyms = XkbKeySymsPtr(xkb, i) + (wireMap.width * g);
727 type[g] = FindTypeForKey(xkb, None, wireMap.width, tmpSyms);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkmread.c784 KeySym *tmpSyms; local in function:ReadXkmSymbols
785 tmpSyms= XkbKeySymsPtr(xkb,i)+(wireMap.width*g);
786 type[g]= FindTypeForKey(xkb,None,wireMap.width,tmpSyms);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkmread.c826 KeySym *tmpSyms; local in function:ReadXkmSymbols
828 tmpSyms = XkbKeySymsPtr(xkb, i) + (wireMap.width * g);
829 type[g] = FindTypeForKey(xkb, None, wireMap.width, tmpSyms);

Completed in 8 milliseconds