Searched refs:group_format (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff.c | 358 err |= specify_format (&group_format[i], b); 574 if (specify_format (&group_format[c - 136], optarg) != 0) 654 if (!group_format[OLD]) 655 group_format[OLD] 656 = group_format[UNCHANGED] ? group_format[UNCHANGED] : "%<"; 657 if (!group_format[NEW]) 658 group_format[NEW] 659 = group_format[UNCHANGED] ? group_format[UNCHANGED] : "%>"; 660 if (!group_format[UNCHANGED]) 661 group_format[UNCHANGED] = "%="; [all …]
|
| H A D | ifdef.c | 51 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, 71 format = deletes ? group_format[CHANGED] : group_format[NEW]; 73 format = group_format[OLD]; 81 format_ifdef (group_format[UNCHANGED], next_line, first0,
|
| H A D | diff.h | 155 EXTERN char *group_format[CHANGED + 1]; variable
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff.c | 362 for (i = 0; i < sizeof group_format / sizeof *group_format; i++) in main() 364 specify_value (&group_format[i], b, "-D"); in main() 591 specify_value (&group_format[c], optarg, group_format_option[c]); in main() 682 if (!group_format[OLD]) in main() 683 group_format[OLD] in main() 684 = group_format[CHANGED] ? group_format[CHANGED] : "%<"; in main() 685 if (!group_format[NEW]) in main() 686 group_format[NEW] in main() 687 = group_format[CHANGED] ? group_format[CHANGED] : "%>"; in main() 688 if (!group_format[UNCHANGED]) in main() [all …]
|
| H A D | ifdef.c | 58 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines, in print_ifdef_script() 82 format_ifdef (group_format[UNCHANGED], next_line, first0, in print_ifdef_hunk() 87 format_ifdef (group_format[changes], first0, next_line, first1, last1 + 1); in print_ifdef_hunk()
|
| H A D | diff.h | 166 XTERN char const *group_format[CHANGED + 1]; variable
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | ChangeLog | 996 (group_format, line_format): Now char const *[], not char *[]. 2024 * diff.h (group_format, line_format): No longer const pointers. 2436 (group_format, line_format): Use it to regularize option flags.
|