Lines Matching refs:AtomListPtr
43 } AtomListRec, *AtomListPtr;
45 static AtomListPtr *hashTable;
51 static AtomListPtr *reverseMap;
71 AtomListPtr *newHashTable;
78 newHashTable = calloc(newHashSize, sizeof(AtomListPtr));
82 newHashSize * (unsigned long) sizeof(AtomListPtr));
112 AtomListPtr *newMap;
119 newMap = realloc(reverseMap, newMapSize * sizeof(AtomListPtr));
123 newMapSize * (unsigned long) sizeof(AtomListPtr));
143 AtomListPtr a;