Lines Matching defs:newXlations
1758 XtTranslations newXlations,
1776 if (newXlations->hasBindings) {
1777 xlations = ((ATranslations) newXlations)->xlations;
1779 &((ATranslations) newXlations)->bindTbl[0];
1782 xlations = newXlations;
1886 XtTranslations newXlations)
1900 if (!newXlations) {
1907 accNewXlations = newXlations;
1908 newXlations = ((newXlations->hasBindings)
1909 ? ((ATranslations) newXlations)->xlations : newXlations);
1919 (operation == XtTableOverride)) && (newXlations->numStateTrees == 1)) {
1923 if (oldXlations->stateTreeTbl[i] == newXlations->stateTreeTbl[0])
1940 _XtUnmergeTranslations(dest, newXlations);
1963 newXlations->numStateTrees) *
1971 newXlations,
2268 XtTranslations newXlations,
2271 if (!newXlations) {
2275 newXlations = widget->core.tm.translations;
2279 (void) ComposeTranslations(widget, op, (Widget) NULL, newXlations);