Searched refs:add_exclude (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | exclude.h | 34 void add_exclude PARAMS ((struct exclude *, char const *));
|
| H A D | exclude.c | 73 add_exclude (struct exclude *ex, char const *pattern) in add_exclude() function
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | exclude.h | 48 void add_exclude PARAMS ((struct exclude *, char const *, int));
|
| H A D | exclude.c | 193 add_exclude (struct exclude *ex, char const *pattern, int options) in add_exclude() function
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff.c | 52 static void add_exclude PARAMS((char const *)); 139 add_exclude (pattern) in add_exclude() function 174 add_exclude (p); 517 add_exclude (optarg);
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | grep.c | 1622 add_exclude (excluded_patterns, optarg); in main() 1628 if (add_exclude_file (add_exclude, excluded_patterns, optarg, '\n') in main() 1638 add_exclude (included_patterns, optarg); in main()
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff.c | 485 add_exclude (excluded, optarg, exclude_options ()); in main() 489 if (add_exclude_file (add_exclude, excluded, optarg, in main()
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | ChangeLog | 1034 (exclude, exclude_alloc, exclude_count, excluded_filename, add_exclude, 1607 * diff.c (add_exclude): Can now assume xrealloc (0, ...) works. 2562 * diff.c (add_exclude, add_exclude_file, excluded_filename): New fns.
|