Lines Matching defs:tableSize
140 register int tableSize;
160 tableSize = (int) (long) superTable[0];
164 tableSize = 0;
173 tableSize++;
182 newTable = XtMallocArray((Cardinal) tableSize + 1,
185 newTable[0] = (XrmResource *) (XtIntPtr) tableSize;
188 tableSize -= (int) (long) superTable[0];
190 for (i = 1; tableSize > 0; resourceList++)
193 tableSize--;
197 for (tableSize = (int) (long) *superTable++;
198 --tableSize >= 0; superTable++)