Home
last modified time | relevance | path

Searched refs:diff_file (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Ddiff.c19 enum diff_file enum
37 static enum diff_file diff_file_nodiff PROTO ((struct file_info *finfo,
39 enum diff_file));
399 enum diff_file empty_file = DIFF_DIFFERENT;
821 static enum diff_file
825 enum diff_file empty_file;
H A DChangeLog-961774 * diff.c (enum diff_file): New definition for whole file, moving
1779 (diff_fileproc): Change empty_file to be enum diff_file. If there
1783 (diff_file_nodiff): Change return type to enum diff_file. Replace
1784 just_set_rev parameter with enum diff_file empty_file parameter.
1785 Change handling of a missing tag to return an enum diff_file value
/openbsd-src/usr.bin/rcs/
H A Ddiff.h120 extern char *diff_file;
H A Ddiff.c206 char *diff_file = NULL; variable
932 diff_format == D_CONTEXT ? "***" : "---", diff_file, in change()
947 diff_format == D_CONTEXT ? "---" : "+++", diff_file, in change()
H A Drcsdiff.c239 diff_file = argv[i]; in rcsdiff_main()