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

/freebsd-10.1-release/contrib/groff/contrib/gdiffmk/
H A Dgdiffmk.sh33 Usage: ${cmd} [ OPTIONS ] FILE1 FILE2 [ OUTPUT ]
35 FILE1 and FILE2 are compared, using \`diff', and FILE2 is output with
39 FILE2 Current version of the groff file. \`-' means standard input.
40 Either FILE1 or FILE2 can be standard input, but not both.
41 OUTPUT Copy of FILE2 with \`.mc' commands added.
241 Usage "Both FILE1 and FILE2 are \`-'."
245 FILE2=$2
248 FileRead 2 "${FILE2}"
259 WouldClobber "${FILE2}" FILE
[all...]
/freebsd-10.1-release/contrib/diff/src/
H A Ddiff3.c45 #define FILE2 2
49 #define FILEC FILE2
856 D_LOWLINE (result, FILE2) = low2;
857 D_HIGHLINE (result, FILE2) = high2;
884 numlines = D_NUMLINES (result, FILE2);
887 D_LINEARRAY (result, FILE2) = xcalloc (numlines, sizeof (char *));
888 D_LENARRAY (result, FILE2) = xcalloc (numlines, sizeof (size_t));
892 D_LINEARRAY (result, FILE2) = 0;
893 D_LENARRAY (result, FILE2) = 0;
1485 FILE0, FILE1 and FILE2 ar
44 #define FILE2 macro
[all...]

Completed in 108 milliseconds