Searched refs:ignore_regexp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | util.c | 656 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; in analyze_hunk() 682 && (! ignore_regexp.fastmap in analyze_hunk() 683 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0)) in analyze_hunk() 692 && (! ignore_regexp.fastmap in analyze_hunk() 693 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0)) in analyze_hunk()
|
H A D | diff.h | 140 XTERN struct re_pattern_buffer ignore_regexp; variable
|
H A D | context.c | 96 if (ignore_blank_lines || ignore_regexp.fastmap) in print_context_script()
|
H A D | diff.c | 275 ignore_regexp_list.buf = &ignore_regexp; in main()
|
H A D | analyze.c | 954 if (ignore_blank_lines || ignore_regexp.fastmap) in diff_2_files()
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 1563 * diff.h (function_regexp, ignore_regexp): Replace lists of compiled 2630 * diff.h: Replace function_regexp and ignore_regexp with lists
|