Lines Matching refs:Reference
35 } Reference;
37 static Reference *refArray; /* First in array of references. */
75 refArray = (Reference *) NULL;
105 Reference *refPtr;
129 refArray = (Reference *) ckalloc((unsigned)
130 (INITIAL_SIZE*sizeof(Reference)));
133 Reference *new;
135 new = (Reference *) ckalloc((unsigned)
136 (2*spaceAvl*sizeof(Reference)));
138 spaceAvl*sizeof(Reference));
182 Reference *refPtr;
220 * Reference not found. This is a bug in the caller.
251 Reference *refPtr;