Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/diff/
Ddiff.c350 err |= specify_format (&group_format[i], b);
566 if (specify_format (&group_format[c - 136], optarg) != 0)
646 if (!group_format[OLD])
647 group_format[OLD]
648 = group_format[UNCHANGED] ? group_format[UNCHANGED] : "%<";
649 if (!group_format[NEW])
650 group_format[NEW]
651 = group_format[UNCHANGED] ? group_format[UNCHANGED] : "%>";
652 if (!group_format[UNCHANGED])
653 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