Lines Matching refs:ANCHOR
161 typedef struct anchor ANCHOR; typedef
164 ANCHOR *next, *prior; /* forward, backward ptrs for list */
173 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
174 static ANCHOR firstAnchor; /* the first anchor to use */
198 ANCHOR *newanchp; in monitor()
299 (ANCHOR *)libc_malloc(sizeof (ANCHOR)); in monitor()
363 ANCHOR *ap; /* temp anchor ptr */ in writeBlocks()
365 ANCHOR *histp; /* anchor with histogram to use */ in writeBlocks()
437 #define GETTHISMUCH (sizeof (ANCHOR) + /* get an ANCHOR */ \
447 ANCHOR *newanchp; in _mnewblock()
448 ANCHOR *p; in _mnewblock()