Lines Matching defs:oldXlations
1757 XtTranslations oldXlations,
1794 bindPair[0].xlations = oldXlations;
1803 bindPair[1].xlations = oldXlations;
1888 XtTranslations newTable, oldXlations;
1911 if (!(oldXlations = dest->core.tm.translations))
1922 for (i = 0; i < oldXlations->numStateTrees; i++)
1923 if (oldXlations->stateTreeTbl[i] == newXlations->stateTreeTbl[0])
1925 if (i < oldXlations->numStateTrees) {
1942 * reset oldXlations so we're back in sync
1944 if (!(oldXlations = dest->core.tm.translations))
1952 numOldBindings = (oldXlations ? oldXlations->numStateTrees : 0);
1961 (TMShortCard) ((size_t) ((oldXlations ? oldXlations->numStateTrees : 0)
1970 oldXlations,
1977 if (newTable == oldXlations) {
1986 oldXlations,
1994 if (oldXlations)
1995 oldMask = oldXlations->eventMask;