Searched refs:unidiff (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dpatch.c42 static int unidiff = 0; variable
157 unidiff = 1; /* Unidiff */
160 unidiff = 0;
208 if (unidiff)
586 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, unidiff ? "-u" : "-c", tmpfile3))
621 if (!unidiff)
642 error (0, 0, "invalid unidiff header for %s", rcs);
680 if (unidiff)

Completed in 163 milliseconds