hostlist
struct hostlist *hp;
struct hostlist *ht_next;
dp->dp_hosts = (struct hostlist *)NULL;
struct hostlist *hp;
struct hostlist *hp;
struct hostlist *hp;
void free_host(struct hostlist *);
struct hostlist *get_ht(void);
free_host(struct hostlist *hp)
struct hostlist *hp2;
struct hostlist *
struct hostlist *hp;
hp = (struct hostlist *)malloc(sizeof (struct hostlist));
struct hostlist *dp_hosts; /* List of hosts this dir exported to */
struct hostlist *next;
struct hostlist *yppush_hostlist = NULL;
struct hostlist *tmp;
if ((tmp = (struct hostlist *)malloc(sizeof(struct hostlist))) == NULL) {