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

/freebsd-10.0-release/contrib/diff/src/
H A Difdef.c58 format_ifdef (group_format[UNCHANGED],
82 format_ifdef (group_format[UNCHANGED],
183 print_ifdef_lines (out, line_format[UNCHANGED], &groups[0]);
H A Dutil.c656 Return UNCHANGED if only ignorable lines are inserted or deleted,
732 return UNCHANGED;
734 return (show_from ? OLD : UNCHANGED) | (show_to ? NEW : UNCHANGED);
H A Ddiff.h32 UNCHANGED, enumerator in enum:changes
H A Ddiff.c715 if (!group_format[UNCHANGED])
716 group_format[UNCHANGED] = "%=";
724 (!*group_format[UNCHANGED]
725 || (strcmp (group_format[UNCHANGED], "%=") == 0
726 && !*line_format[UNCHANGED]))

Completed in 118 milliseconds