Lines Matching refs:translations
764 XtTranslations xlations = tmRecPtr->translations;
980 XtTranslations xlations = tmRecPtr->translations;
1053 if (!tmRecPtr->translations) {
1205 xlations = widget->core.tm.translations;
1210 * check for somebody stuffing the translations directly into the
1271 XtTranslations xlations = widget->core.tm.translations;
1290 XtTranslations xlations = widget->core.tm.translations;
1294 widget->core.tm.translations = NULL;
1331 if (!widget->core.tm.translations) {
1335 oldMask = widget->core.tm.translations->eventMask;
1877 * This routine is the central clearinghouse for merging translations
1911 if (!(oldXlations = dest->core.tm.translations))
1944 if (!(oldXlations = dest->core.tm.translations))
2004 dest->core.tm.translations = newTable;
2023 * to the pure translations. Since this means returning memory that
2034 XtTranslations xlations = tmRecPtr->translations;
2040 * header for the currently installed translations. If we have,
2139 * Bind them at Realize the same as translations
2272 if (!widget->core.tm.translations)
2275 newXlations = widget->core.tm.translations;
2276 widget->core.tm.translations = NULL;