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

/freebsd-10.1-release/contrib/diff/src/
H A Ddiff3.c43 #define FILE0 0
381 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block);
389 if (! freopen (file[rev_mapping[FILE0]], "r", stdin))
390 perror_with_exit (file[rev_mapping[FILE0]]);
520 numbering FILE0 = the other file in diff02, FILE1 = the other file
714 low[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, lowc);
715 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc);
749 D_RELNUM (result, FILE0 + d, i) = D_RELNUM (result, FILEC, i);
750 D_RELLEN (result, FILE0 + d, i) = D_RELLEN (result, FILEC, i);
760 D_LINEARRAY (result, FILE0
42 #define FILE0 macro
[all...]

Completed in 54 milliseconds