Searched refs:excludes_list (Results 1 – 3 of 3) sorted by relevance
111 extern struct excludes *excludes_list;
51 struct excludes *excludes_list; variable513 entry->next = excludes_list; in push_excludes()514 excludes_list = entry; in push_excludes()
302 for (excl = excludes_list; excl != NULL; excl = excl->next) in selectfile()