Searched refs:list_head (Results 1 – 1 of 1) sorted by relevance
731 static struct sed_label *release_label P_((struct sed_label *list_head));733 release_label(list_head) in release_label() argument734 struct sed_label *list_head; in release_label()738 if (!list_head)740 ret = list_head->next;742 FREE(list_head->name);746 FREE(list_head);