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

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c1757 XtTranslations oldXlations,
1794 bindPair[0].xlations = oldXlations;
1803 bindPair[1].xlations = oldXlations;
1888 XtTranslations newTable, oldXlations; local in function:ComposeTranslations
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
1756 MergeTranslations(Widget widget,XtTranslations oldXlations,XtTranslations newXlations,_XtTranslateOp operation,Widget source,TMComplexBindProcs oldBindings,TMComplexBindProcs newBindings,TMShortCard * numNewRtn) argument
[all...]

Completed in 4 milliseconds