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

/freebsd-current/usr.bin/diff/
H A Ddiff.h121 extern struct excludes *excludes_list;
H A Ddiff.c51 struct excludes *excludes_list; variable in typeref:struct:excludes
551 entry->next = excludes_list;
552 excludes_list = entry;
H A Ddiffdir.c301 for (excl = excludes_list; excl != NULL; excl = excl->next)

Completed in 97 milliseconds