ypmaplist
struct ypmaplist *ypml_next;
struct ypmaplist *list;
struct ypmaplist;
int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
yp_maplist(char *indomain, struct ypmaplist **outmaplist)
struct ypmaplist *ypml, *y;
static struct ypmaplist maps[nitems(mapnames)];
yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist)
struct ypmaplist **outmaplist);
static void yp_maplist_free(struct ypmaplist *yp_maplist)
register struct ypmaplist *next;
static struct ypmaplist *
struct ypmaplist *cur = NULL;
struct ypmaplist *yp_maplist = NULL;
if ((cur = (struct ypmaplist *)
malloc(sizeof(struct ypmaplist))) == NULL) {