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

/xsrc/external/mit/libXt/dist/src/
H A DObject.c141 register CallbackTable newTable; local in function:ConstructCallbackOffsets
182 newTable = XtMallocArray((Cardinal) tableSize + 1,
185 newTable[0] = (XrmResource *) (XtIntPtr) tableSize;
192 newTable[i++] = resourceList;
199 newTable[i++] = *superTable;
201 myObjectClass->object_class.callback_private = (XtPointer) newTable;
H A DTMstate.c1642 XtTranslations newTable; local in function:MergeThem
1652 to.addr = (XPointer) &newTable;
1672 return newTable;
1765 XtTranslations newTable = NULL, xlations; local in function:MergeTranslations
1788 newTable = bindPair[0].xlations = xlations;
1798 newTable = NULL;
1805 newTable = NULL;
1808 if (!newTable)
1809 newTable =
1826 treePtr = &newTable
1888 XtTranslations newTable, oldXlations; local in function:ComposeTranslations
[all...]
/xsrc/external/mit/xdm/dist/chooser/
H A Dchooser.c220 char **newTable = NULL; local in function:RebuildTable
226 newTable = malloc (size * sizeof (char *));
227 if (!newTable)
230 newTable[i] = names->fullname;
231 qsort (newTable, size, sizeof (char *), HostnameCompare);
233 XawListChange (list, (_Xconst char **) newTable, size, 0, TRUE);
235 NameTable = newTable;

Completed in 6 milliseconds