Searched refs:exclude_st (Results 1 – 1 of 1) sorted by relevance
118 static struct exclude_st { struct120 struct exclude_st *next; argument251 static struct exclude_st *new_exclude(void);1054 struct exclude_st *tmp_excl; in read_exclude_file()1465 struct exclude_st *p; in isexcluded()2213 static struct exclude_st *2216 struct exclude_st *tmp; in new_exclude()2218 tmp = (struct exclude_st *)malloc(sizeof (struct exclude_st)); in new_exclude()