Home
last modified time | relevance | path

Searched refs:ignore_white_space (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/diff/src/
HDdiff.c308 if (ignore_white_space < IGNORE_SPACE_CHANGE) in main()
309 ignore_white_space = IGNORE_SPACE_CHANGE; in main()
373 if (ignore_white_space < IGNORE_TAB_EXPANSION) in main()
374 ignore_white_space = IGNORE_TAB_EXPANSION; in main()
484 ignore_white_space = IGNORE_ALL_SPACE; in main()
731 | (ignore_regexp_list.regexps || ignore_white_space))); in main()
HDio.c237 ignore_white_space != IGNORE_NO_WHITE_SPACE; in find_and_hash_each_line()
249 switch (ignore_white_space) in find_and_hash_each_line()
319 switch (ignore_white_space) in find_and_hash_each_line()
399 if (ignore_white_space < IGNORE_SPACE_CHANGE) in find_and_hash_each_line()
HDdiff.h116 } ignore_white_space; variable
HDutil.c336 switch (ignore_white_space) in lines_differ()
666 (ignore_blank_lines && IGNORE_SPACE_CHANGE <= ignore_white_space); in analyze_hunk()
/freebsd-11-stable/contrib/diff/
HDChangeLog1440 (ignore_white_space): New decl, subsuming the above two. All