ypmaplist
struct ypmaplist *ypml_next;
struct ypmaplist *list;
struct ypmaplist;
int yp_maplist(char *, struct ypmaplist **);
yp_maplist(char *indomain, struct ypmaplist **outmaplist)
struct ypmaplist *ypml, *y;
yp_maplist_free(struct ypmaplist *yp_maplist)
struct ypmaplist *next;
static struct ypmaplist *
struct ypmaplist *cur = NULL;
struct ypmaplist *yp_maplist = NULL;
if ((cur = (struct ypmaplist *)
malloc(sizeof(struct ypmaplist))) == NULL) {