Home
last modified time | relevance | path

Searched refs:show_from (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dcontext.c133 int first0, last0, first1, last1, show_from, show_to, i; local
141 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
143 if (!show_from && !show_to)
175 if (show_from)
265 int first0, last0, first1, last1, show_from, show_to, i, j, k; local
272 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &show_from, &show_to);
274 if (!show_from && !show_to)
H A Dutil.c752 int l0, l1, show_from, show_to; local
757 show_from = show_to = 0;
767 show_from += next->deleted;
811 show_from = show_to = 0;
813 *deletes = show_from;
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dutil.c654 lin show_from, show_to; in analyze_hunk() local
664 show_from = show_to = 0; in analyze_hunk()
674 show_from += next->deleted; in analyze_hunk()
708 return (show_from ? OLD : UNCHANGED) | (show_to ? NEW : UNCHANGED); in analyze_hunk()