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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 136 #define D3_TYPE(diff) ((diff)->correspond)
804 D3_TYPE (result) = DIFF_2ND;
806 D3_TYPE (result) = DIFF_1ST;
818 D3_TYPE (result) = DIFF_ALL;
820 D3_TYPE (result) = DIFF_3RD;
868 D3_TYPE (result) = ERROR;
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 139 #define D3_TYPE(diff) ((diff)->correspond)
924 D3_TYPE (result) = DIFF_2ND;
926 D3_TYPE (result) = DIFF_1ST;
938 D3_TYPE (result) = DIFF_ALL;
940 D3_TYPE (result) = DIFF_3RD;
990 D3_TYPE (result) = ERROR;

Completed in 33 milliseconds