HomeSort by: relevance | last modified time | path
    Searched defs:FILE1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
diff3.c 51 #define FILE1 1
347 /* Always compare file1 to file2, even if file2 is "-".
350 file0-file1 diffs didn't line up with the file0-file2 diffs
352 diff3 might report phantom changes from file1 to file2.
354 Also, try to compare file0 to file1, because this is where
356 of files is more likely to avoid phantom changes from file0 to file1.
397 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block);
508 * in diff02; line per line outside of diffs) and in File1.
538 * FILE1--the other file in diff12, and FILEC--the common file.
810 lin nl1 = D_NUMLINES (result, FILE1);
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 54 #define FILE1 1
369 /* Always compare file1 to file2, even if file2 is "-".
372 file0-file1 diffs didn't line up with the file0-file2 diffs
374 diff3 might report phantom changes from file1 to file2. */
375 /* Also try to compare file0 to file1 because this is the where
379 file1. */
463 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block,
614 * in diff02; line per line outside of diffs) and in File1.
644 * FILE1--the other file in diff12, and FILEC--the common file.
930 int nl1 = D_NUMLINES (result, FILE1);
    [all...]

Completed in 26 milliseconds