Searched refs:inserts (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Dnormal.c41 int first0, last0, first1, last1, deletes, inserts; local
45 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
46 if (!deletes && !inserts)
53 printf_output ("%c", change_letter (inserts, deletes));
62 if (inserts && deletes)
66 if (inserts)
H A Ded.c41 int deletes, inserts;
51 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
52 if (!deletes && !inserts)
59 printf_output ("%c\n", change_letter (inserts, deletes));
62 if (inserts)
118 int deletes, inserts;
121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
122 if (!deletes && !inserts)
127 printf_output ("%c", change_letter (inserts, deletes));
133 if (!inserts)
40 int deletes, inserts; local
116 int deletes, inserts; local
162 int deletes, inserts; local
[all...]
H A Dside.c253 int first0, last0, first1, last1, deletes, inserts; local
257 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
258 if (!deletes && !inserts)
268 if (inserts && deletes)
273 inserts = j <= last1;
280 if (inserts)
H A Dutil.c680 change_letter (inserts, deletes)
681 int inserts, deletes;
683 if (!inserts)
756 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts)
759 int *deletes, *inserts;
823 *inserts = show_to;
H A Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
70 if (inserts)
H A Dcontext.c407 int first0, last0, first1, last1, deletes, inserts;
413 analyze_hunk (script, &first0, &last0, &first1, &last1, &deletes, &inserts);
418 script->ignore = (!deletes && !inserts);
401 int first0, last0, first1, last1, deletes, inserts; local
H A Danalyze.c610 /* Adjust inserts/deletes of identical lines to join changes
984 int first0, last0, first1, last1, deletes, inserts;
997 &deletes, &inserts);
1002 if (deletes || inserts)
979 int first0, last0, first1, last1, deletes, inserts; local
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c225 SYSCTL_INT(_machdep_vhpt, OID_AUTO, inserts, CTLFLAG_RD,
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex199 % @| inserts a changebar to the left of the current line. It should
4720 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
4914 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
6514 % place the captured inserts
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex208 % @| inserts a changebar to the left of the current line. It should
4916 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
5110 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
6715 % place the captured inserts
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex200 % @| inserts a changebar to the left of the current line. It should
4792 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
4986 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
6586 % place the captured inserts

Completed in 186 milliseconds