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

  /src/external/gpl2/xcvs/dist/diff/
context.c 136 int first0, last0, first1, last1, show_from, show_to, i;
144 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
146 if (!show_from && !show_to)
207 if (show_to)
270 int first0, last0, first1, last1, show_from, show_to, i, j, k;
277 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
279 if (!show_from && !show_to)
133 int first0, last0, first1, last1, show_from, show_to, i; local
265 int first0, last0, first1, last1, show_from, show_to, i, j, k; local
util.c 761 int l0, l1, show_from, show_to;
766 show_from = show_to = 0;
777 show_to += next->inserted;
820 show_from = show_to = 0;
823 *inserts = show_to;
752 int l0, l1, show_from, show_to; local
  /src/external/gpl2/diffutils/dist/src/
util.c 663 lin show_from, show_to;
673 show_from = show_to = 0;
684 show_to += next->inserted;
717 return (show_from ? OLD : UNCHANGED) | (show_to ? NEW : UNCHANGED);
654 lin show_from, show_to; local

Completed in 28 milliseconds