Searched refs:ignore_pats (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/diff/
H A Ddiff.c47 char *ignore_pats, *most_recent_pat; variable
419 checked_regcomp(ignore_pats, &ignore_re);
560 if (ignore_pats == NULL)
561 ignore_pats = xstrdup(pattern);
564 len = strlen(ignore_pats) + strlen(pattern) + 2;
565 ignore_pats = xreallocarray(ignore_pats, 1, len);
566 strlcat(ignore_pats, "|", len);
567 strlcat(ignore_pats, pattern, len);
H A Ddiff.h117 extern char *ignore_pats, *most_recent_pat;
H A Ddiffreg_new.c321 ignore_pats == NULL && (
H A Ddiffreg.c410 if (diff_format == D_BRIEF && ignore_pats == NULL &&
1038 if (ignore_pats != NULL && ignoreline_pattern(line))
1065 if (ignore_pats != NULL || skip_blanks) {

Completed in 117 milliseconds