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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 195 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
399 diff3 = make_3way_diff (thread0, thread1);
541 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1)
538 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) function
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 209 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
479 diff3 = make_3way_diff (thread0, thread1);
647 make_3way_diff (thread0, thread1)
644 make_3way_diff (thread0, thread1) function

Completed in 22 milliseconds