Lines Matching refs:head
805 if (ap->head == NULL)
806 ap->head = ap->last = ap->base;
811 if (fp == ap->head + ap->nent) {
819 ap->head = ap->base;
820 fp = ap->head + ap->nent;
911 sindex = (int)(ap->last - ap->head);
932 lindex = (int)(ap->last - ap->head);
936 size = expand(ap->head[rindexa].fname,
947 bcopy((void *)(&ap->head[lindex]),
948 (void *)(&ap->head[sindex]),
949 (size_t)((ap->last - &ap->head[rindexa])) *
950 sizeof (*ap->head));