Lines Matching refs:AtomListPtr
44 } AtomListRec, *AtomListPtr;
46 static AtomListPtr *hashTable;
52 static AtomListPtr *reverseMap;
74 AtomListPtr *newHashTable;
84 newHashTable = calloc (newHashSize, sizeof (AtomListPtr));
88 newHashSize * (unsigned long)sizeof (AtomListPtr));
121 AtomListPtr *newMap;
128 newMap = realloc (reverseMap, newMapSize * sizeof (AtomListPtr));
132 newMapSize * (unsigned long)sizeof(AtomListPtr));
156 AtomListPtr a;