ex 132 maint/gnulib/lib/exclude.c exclude_add_pattern_buffer (struct exclude *ex, char *buf) ex 136 maint/gnulib/lib/exclude.c pbuf->next = ex->patbuf; ex 137 maint/gnulib/lib/exclude.c ex->patbuf = pbuf; ex 255 maint/gnulib/lib/exclude.c new_exclude_segment (struct exclude *ex, enum exclude_type type, int options) ex 276 maint/gnulib/lib/exclude.c sp->next = ex->head; ex 277 maint/gnulib/lib/exclude.c ex->head = sp; ex 304 maint/gnulib/lib/exclude.c free_exclude (struct exclude *ex) ex 309 maint/gnulib/lib/exclude.c for (seg = ex->head; seg; ) ex 316 maint/gnulib/lib/exclude.c for (pbuf = ex->patbuf; pbuf; ) ex 324 maint/gnulib/lib/exclude.c free (ex); ex 467 maint/gnulib/lib/exclude.c excluded_file_name (struct exclude const *ex, char const *f) ex 474 maint/gnulib/lib/exclude.c if (!ex->head) ex 480 maint/gnulib/lib/exclude.c for (seg = ex->head; ; seg = seg->next) ex 515 maint/gnulib/lib/exclude.c add_exclude (struct exclude *ex, char const *pattern, int options) ex 524 maint/gnulib/lib/exclude.c if (! (ex->head && ex->head->type == exclude_pattern ex 525 maint/gnulib/lib/exclude.c && ((ex->head->options & EXCLUDE_INCLUDE) ex 527 maint/gnulib/lib/exclude.c new_exclude_segment (ex, exclude_pattern, options); ex 529 maint/gnulib/lib/exclude.c seg = ex->head; ex 577 maint/gnulib/lib/exclude.c exclude_add_pattern_buffer (ex, (char*) pattern); ex 587 maint/gnulib/lib/exclude.c if (! (ex->head && ex->head->type == exclude_hash ex 588 maint/gnulib/lib/exclude.c && ((ex->head->options & exclude_hash_flags) ex 590 maint/gnulib/lib/exclude.c new_exclude_segment (ex, exclude_hash, options); ex 591 maint/gnulib/lib/exclude.c seg = ex->head; ex 609 maint/gnulib/lib/exclude.c struct exclude *ex, FILE *fp, int options, ex 636 maint/gnulib/lib/exclude.c exclude_add_pattern_buffer (ex, buf); ex 655 maint/gnulib/lib/exclude.c (*add_func) (ex, pattern, options, data); ex 666 maint/gnulib/lib/exclude.c call_addfn (struct exclude *ex, char const *pattern, int options, void *data) ex 669 maint/gnulib/lib/exclude.c (*addfnptr) (ex, pattern, options); ex 674 maint/gnulib/lib/exclude.c struct exclude *ex, char const *file_name, int options, ex 678 maint/gnulib/lib/exclude.c return add_exclude_fp (call_addfn, ex, stdin, options, line_end, &add_func); ex 683 maint/gnulib/lib/exclude.c int rc = add_exclude_fp (call_addfn, ex, in, options, line_end, &add_func); ex 62 maint/gnulib/lib/exclude.h void exclude_add_pattern_buffer (struct exclude *ex, char *buf);