Searched refs:show_2nd (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c191 static int show_2nd;
295 show_2nd = 1;
354 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
1618 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1634 if (show_2nd)
1746 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1785 if (show_2nd)
1893 show_2nd = 0;
189 static int show_2nd; variable
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c156 static bool show_2nd;
247 show_2nd = true;
306 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
1515 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break;
1534 if (show_2nd)
1632 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break;
1672 if (show_2nd)
154 static bool show_2nd; variable

Completed in 110 milliseconds