Searched refs:newTable (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Object.c | 141 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 D | TMstate.c | 1642 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 D | chooser.c | 220 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