_ypexclude
static struct _ypexclude *__ypexhead = NULL;
struct _ypexclude *ypexhead = NULL;
static struct _ypexclude *__ypexhead;
__ypexclude_add(struct _ypexclude **headp, const char *name)
struct _ypexclude *new;
new = malloc(sizeof(struct _ypexclude));
__ypexclude_is(struct _ypexclude **headp, const char *name)
struct _ypexclude *curr;
__ypexclude_free(struct _ypexclude **headp)
struct _ypexclude *curr, *next;
struct _ypexclude *next;
int __ypexclude_add(struct _ypexclude **, const char *);
int __ypexclude_is(struct _ypexclude **, const char *);
void __ypexclude_free(struct _ypexclude **);