Lines Matching refs:curAnchor
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
210 if (curAnchor != NULL) { /* if anything was collected!.. */
300 newanchp = (curAnchor == NULL) ? &firstAnchor :
312 newanchp->prior = curAnchor; /* new, backward. */
313 if (curAnchor != NULL)
314 curAnchor->next = newanchp; /* old, forward to new. */
348 curAnchor = newanchp; /* make latest addition, the cur anchor */
470 newanchp->prior = curAnchor; /* new, backward. */
471 if (curAnchor != NULL)
472 curAnchor->next = newanchp; /* old, forward to new. */
482 curAnchor = newanchp; /* make latest addition, cur anchor */