Home
last modified time | relevance | path

Searched refs:excludes_list (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.bin/diff/
H A Ddiff.h111 extern struct excludes *excludes_list;
H A Ddiff.c51 struct excludes *excludes_list; variable
513 entry->next = excludes_list; in push_excludes()
514 excludes_list = entry; in push_excludes()
H A Ddiffdir.c302 for (excl = excludes_list; excl != NULL; excl = excl->next) in selectfile()