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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 176 static bool show_2nd;
269 show_2nd = 1;
326 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
1517 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1536 if (show_2nd)
1634 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1674 if (show_2nd)
174 static bool show_2nd; variable
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 188 static int show_2nd;
292 show_2nd = 1;
351 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
1617 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1633 if (show_2nd)
1745 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1786 if (show_2nd)
1896 show_2nd = 0;
186 static int show_2nd; variable

Completed in 25 milliseconds