Lines Matching refs:AtomListPtr
45 } AtomListRec, *AtomListPtr;
47 static AtomListPtr *hashTable;
53 static AtomListPtr *reverseMap;
73 AtomListPtr *newHashTable;
83 newHashTable = calloc(newHashSize, sizeof(AtomListPtr));
87 newHashSize * (unsigned long) sizeof(AtomListPtr));
117 AtomListPtr *newMap;
124 newMap = reallocarray(reverseMap, newMapSize, sizeof(AtomListPtr));
128 newMapSize * (unsigned long) sizeof(AtomListPtr));
148 AtomListPtr a;