Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c731 static struct sed_label *release_label P_((struct sed_label *list_head));
733 release_label(list_head) in release_label() argument
734 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);