Searched refs:ignore_regexp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/diff/src/ |
H A D | util.c | 661 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; in analyze_hunk() 694 && (! ignore_regexp.fastmap in analyze_hunk() 695 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0)) in analyze_hunk() 709 && (! ignore_regexp.fastmap in analyze_hunk() 710 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0)) in analyze_hunk()
|
H A D | diff.h | 138 XTERN struct re_pattern_buffer ignore_regexp; variable
|
H A D | context.c | 93 if (ignore_blank_lines || ignore_regexp.fastmap) in print_context_script()
|
H A D | analyze.c | 922 if (ignore_blank_lines || ignore_regexp.fastmap) in diff_2_files()
|
H A D | diff.c | 271 ignore_regexp_list.buf = &ignore_regexp; in main()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 2032 * diff.h (function_regexp, ignore_regexp): Replace lists of compiled 3099 * diff.h: Replace function_regexp and ignore_regexp with lists
|