Lines Matching refs:nodeTable
71 static NodePtr *nodeTable;
124 table = (NodePtr *) FSreallocarray(nodeTable, tableLength,
133 nodeTable = table;
139 *(nodeTable + lastAtom) = nd;
158 if ((node = nodeTable[atom]) == (NodePtr) NULL)
188 FSfree(nodeTable);
189 nodeTable = (NodePtr *) NULL;
198 nodeTable = (NodePtr *) FSallocarray(InitialTableSize, sizeof(NodePtr));
199 if (!nodeTable)
201 nodeTable[None] = (NodePtr) NULL;