Home
last modified time | relevance | path

Searched refs:inserts (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ded.c40 int deletes, inserts; local
50 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
51 if (!deletes && !inserts)
58 printf_output ("%c\n", change_letter (inserts, deletes));
61 if (inserts)
116 int deletes, inserts; local
119 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
120 if (!deletes && !inserts)
125 printf_output ("%c", change_letter (inserts, deletes));
131 if (!inserts)
[all …]
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 Dside.c255 int first0, last0, first1, last1, deletes, inserts; local
259 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
260 if (!deletes && !inserts)
270 if (inserts && deletes)
275 inserts = j <= last1;
282 if (inserts)
H A Dutil.c673 change_letter (inserts, deletes) in change_letter() argument
674 int inserts, deletes; in change_letter()
676 if (!inserts)
747 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument
750 int *deletes, *inserts;
814 *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.c401 int first0, last0, first1, last1, deletes, inserts; local
407 analyze_hunk (script, &first0, &last0, &first1, &last1, &deletes, &inserts);
412 script->ignore = (!deletes && !inserts);
H A Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
992 &deletes, &inserts);
997 if (deletes || inserts)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/external/gpl2/texinfo/dist/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/external/bsd/flex/dist/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/external/gpl2/diffutils/dist/po/
H A Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd-src/tests/lib/libcurses/tests/
H A Dins_wch15 # these two inserts should result in one A at the end of the line
/netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/
H A DREADME.gdb60 GDB inserts breakpoint in the form of the 'ta 1' instruction. The
/netbsd-src/external/gpl3/gdb/dist/sim/erc32/
H A DREADME.gdb60 GDB inserts breakpoint in the form of the 'ta 1' instruction. The
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Diterator55 /// Output iterator that inserts a delimiter between elements.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Diterator55 /// Output iterator that inserts a delimiter between elements.
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dfix-info-dir72 It detects and inserts missing menu items into the info dir file.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDEFINE_STACK_OF.pod135 sk_TYPE_insert() inserts B<ptr> into B<sk> at position B<idx>. Any existing
145 sk_TYPE_unshift() inserts B<ptr> at the start of B<sk> it is equivalent to:
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dostream280 * If the function inserts no characters, failbit is set.
498 * status, this function inserts a single character and any required
592 * status, this function inserts @c traits::length(__s) characters starting
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToUpdateDebugInfo.rst399 ``mir-debugify`` inserts sequentially increasing line locations to each
434 By default, ``mir-debugify`` inserts ``DBG_VALUE`` instructions **everywhere**
438 MIRDebugify inserts a ``DBG_VALUE`` that references a constant. Insertion of
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dostream273 * If the function inserts no characters, failbit is set.
497 * status, this function inserts a single character and any required
583 * status, this function inserts @c traits::length(__s) characters starting
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-ppc.texi191 If an alignment directive inserts more than @var{count} nops, put a

12345678910>>...12