Searched refs:print_ifdef_lines (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/diff/src/ |
H A D | ifdef.c | 42 static void print_ifdef_lines (FILE *, char const *, struct group const *); 178 print_ifdef_lines (out, line_format[OLD], &groups[0]); in format_group() 183 print_ifdef_lines (out, line_format[UNCHANGED], &groups[0]); in format_group() 188 print_ifdef_lines (out, line_format[NEW], &groups[1]); in format_group() 237 print_ifdef_lines (register FILE *out, char const *format, in print_ifdef_lines() function
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 818 (format_group, print_ifdef_lines): Avoid core dumps with bad formats. 1373 (format_group, print_ifdef_lines): Use do_printf_spec to 2465 (format_group, print_ifdef_lines): Use it. Remove %0 format spec. 2484 (print_ifdef_lines): Use it to simplify argument passing. 2896 * ifdef.c (print_ifdef_lines): Add %L. Optimize %l\n even if user 2908 * ifdef.c (format_ifdef, print_ifdef_lines): %n is no longer a format. 2914 * ifdef.c (format_ifdef, print_ifdef_lines): Likewise. 2920 * ifdef.c: (format_ifdef, print_ifdef_lines): Add %0 format. 2929 (print_ifdef_script, print_ifdef_hunk, print_ifdef_lines): 2943 * ifdef.c (print_ifdef_lines): New function, which fwrites a sequence
|