exclude_st
struct exclude_st *tmp_excl;
struct exclude_st *next;
struct exclude_st *p;
static struct exclude_st *
struct exclude_st *tmp;
tmp = (struct exclude_st *)malloc(sizeof (struct exclude_st));
static struct exclude_st *new_exclude(void);