Home | History | Annotate | Download | only in lib

Lines Matching full:head

87 #define LBITSET_HEAD(X) ((X)->l.head)
405 lbitset_elt *head;
407 head = LBITSET_HEAD (bset);
408 if (!head)
411 /* Clear a bitset by freeing the linked list at the head element. */
412 lbitset_prune (bset, head);
448 lbitset_elt *head;
457 head = LBITSET_HEAD (src);
458 if (!head)
462 for (elt = head; elt; elt = elt->next)
670 lbitset_elt *head;
673 head = LBITSET_HEAD (bset);
674 if (!head)
685 elt = head;
694 for (elt = head;