Lines Matching refs:ANCHOR
163 typedef struct anchor ANCHOR;
166 ANCHOR *next, *prior; /* forward, backward ptrs for list */
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
176 static ANCHOR firstAnchor; /* the first anchor to use */
200 ANCHOR *newanchp;
301 (ANCHOR *)libc_malloc(sizeof (ANCHOR));
365 ANCHOR *ap; /* temp anchor ptr */
367 ANCHOR *histp; /* anchor with histogram to use */
439 #define GETTHISMUCH (sizeof (ANCHOR) + /* get an ANCHOR */ \
449 ANCHOR *newanchp;
450 ANCHOR *p;