Lines Matching defs:head
212 struct logtab_ent_list *head = NULL, *tail = NULL, *tmpl;
242 if (head == NULL) {
246 head = tail = tmpl;
273 for (tmpl = head; tmpl != NULL; tmpl = tmpl->lel_next)
277 logtab_ent_list_free(head);
296 struct logtab_ent_list *lelp, *head = NULL, *tail = NULL;
325 if (head == NULL) {
329 head = tail = lelp;
356 for (lelp = head; lelp != NULL; lelp = lelp->lel_next)
360 logtab_ent_list_free(head);
401 logtab_ent_list_free(struct logtab_ent_list *head)
405 if (head == NULL)
408 for (lelp = head; lelp != NULL; lelp = next) {