Home
last modified time | relevance | path

Searched refs:group_format (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiff.c358 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 …]
Difdef.c51 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,
Ddiff.h155 EXTERN char *group_format[CHANGED + 1]; variable