Searched refs:deletes (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/usr.bin/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));
58 if (deletes)
62 if (inserts && deletes)
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));
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));
165 int deletes, inserts;
169 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes,
40 int deletes, inserts; local
116 int deletes, inserts; local
162 int deletes, inserts; local
[all...]
H A Dside.c254 int first0, last0, first1, last1, deletes, inserts; local
258 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
259 if (!deletes && !inserts)
269 if (inserts && deletes)
273 deletes = i <= last0;
289 if (deletes)
H A Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
71 format = deletes ? group_format[CHANGED] : group_format[NEW];
72 else if (deletes)
H A Dutil.c678 change_letter (inserts, deletes)
679 int inserts, deletes;
683 else if (!deletes)
754 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts)
757 int *deletes, *inserts;
820 *deletes = show_from;
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
/openbsd-current/gnu/usr.bin/binutils/intl/
H A DMakefile.in179 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A DMakefile.in183 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A DMakefile.in292 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A DMakefile.in463 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/perl/dist/lib/
H A Dlib_pm.PL217 The C<no lib> statement deletes all instances of each named directory
225 exist and deletes these directories from @INC.
/openbsd-current/gnu/usr.bin/texinfo/info/
H A DMakefile.in508 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm185 deleting an element deletes the corresponding symbol. Setting an element to
236 This method deletes the symbol whose name is given as the first argument. The
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Sub/
H A DUtil.pm72 Sets the prototype of the function given by the C<$code> reference, or deletes
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile.in532 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/texinfo/util/
H A DMakefile.in506 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.pm417 the file to the new location and deletes the original. If an error occurs
490 it sets C<$!>, deletes the output file, and returns 0.
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/
H A DWrap.pm168 deletes all trailing whitespace.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DLocale.pm273 Unicode strings as well. Passing C<undef> as $uni_value deletes the
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm324 Sets the prototype of the function given by the C<$code> reference, or deletes
/openbsd-current/lib/libc/stdlib/
H A Dmalloc.c182 size_t deletes; member in struct:dir_info
711 STATS_INC(d->deletes);
2687 ulog("Deletes %zu/%zu\n", d->deletes, d->delete_moves);
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm156 This function deletes the file named in its argument, returning
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm3195 deletes the directory. Finishes with a command $(POSTOP) which
3210 deletes the intermediate directory again. Finishes with a command
3218 zipfile. Then deletes that directory. Finishes with a command
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm775 The C<remove_tree> function deletes the given directories and any

Completed in 249 milliseconds

12