Home | History | Annotate | Download | only in src

Lines Matching defs:second

1357                   XtTranslations second)
1380 xlations->composers[1] = second;
1589 XtTranslations first, second, xlations;
1605 second = ((TMConvertRec *) from->addr)->new;
1608 (TMShortCard) (first->numStateTrees + second->numStateTrees);
1615 for (i = 0; i < second->numStateTrees; i++)
1616 stateTrees[i + first->numStateTrees] = second->stateTreeTbl[i];
1618 xlations = _XtCreateXlations(stateTrees, numStateTrees, first, second);
1636 MergeThem(Widget dest, XtTranslations first, XtTranslations second)
1655 convert_rec.new = second;
1692 XtTranslations first, second, result;
1708 second = UnmergeTranslations(widget, xlations->composers[1],
1717 second = NULL;
1719 if (first || second) {
1720 if (first && second) {
1722 (second != xlations->composers[1]))
1723 result = MergeThem(widget, first, second);
1731 result = second;