Searched refs:locallist (Results 1 – 1 of 1) sorted by relevance
110 free_listofnames(locallist) in free_listofnames() argument111 listofnames *locallist; in free_listofnames()115 for (; locallist; locallist = next) {116 next = locallist->nextname;117 if (locallist->name)118 free(locallist->name);119 free((char *)locallist);