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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 76 DIFF_ALL, /* All three are different */
161 /* If nonzero, in the case of overlapping diffs (type DIFF_ALL),
818 D3_TYPE (result) = DIFF_ALL;
1361 case DIFF_ALL:
1507 = (b->correspond == DIFF_ALL
1508 ? DIFF_ALL
1519 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break;
1534 if (type == DIFF_ALL)
1555 type == DIFF_ALL ? file0 : file1);
1625 = ((b->correspond == DIFF_ALL)
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 79 DIFF_ALL, /* All three are different */
170 /* If nonzero, in the case of overlapping diffs (type DIFF_ALL),
938 D3_TYPE (result) = DIFF_ALL;
1461 case DIFF_ALL:
1607 = ((b->correspond == DIFF_ALL) ?
1608 DIFF_ALL :
1619 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break;
1631 if (type == DIFF_ALL)
1654 type == DIFF_ALL ? file0 : file1);
1734 = ((b->correspond == DIFF_ALL)
    [all...]

Completed in 25 milliseconds