Home
last modified time | relevance | path

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

12345

/netbsd/src/external/gpl2/xcvs/dist/diff/
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 …]
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)
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)
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;
Difdef.c65 int first0, last0, first1, last1, deletes, inserts; local
69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts);
70 if (inserts)
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);
Danalyze.c979 int first0, last0, first1, last1, deletes, inserts; local
992 &deletes, &inserts);
997 if (deletes || inserts)
/netbsd/src/crypto/external/cpl/tpm-tools/dist/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd/src/external/bsd/flex/dist/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/netbsd/src/tests/lib/libcurses/tests/
Dins_wch15 # these two inserts should result in one A at the end of the line
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
DREADME.gdb60 GDB inserts breakpoint in the form of the 'ta 1' instruction. The
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
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
Diomanip302 * Sent to a stream object, this manipulator inserts @a __mon.
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-ppc.texi200 If an alignment directive inserts more than @var{count} nops, put a
Dc-tilepro.texi61 inserts @code{fnop} instructions automatically.
Dc-tilegx.texi77 inserts @code{fnop} instructions automatically.
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Davrelf.em277 " is limited to 128k max, it inserts a jump\n"
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES-3.168 deliveries. The following example inserts 20 seconds of delay
DRELEASE_NOTES-1.0164 [snapshot-20000921] Postfix no longer inserts Sender: message
178 [snapshot-20000507] As required by RFC 822, Postfix now inserts a
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcfg.texi571 This function inserts a statement after the @code{gimple_stmt_iterator}
577 This function inserts a statement before the @code{gimple_stmt_iterator}
634 @code{gsi_insert_on_edge} which inserts a block statement
/netbsd/src/external/bsd/nvi/dist/cl/
DREADME.signal101 Also, if the user inserts an interrupt into the tty queue while the
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
DREADME208 "#endif" self-exclusionary text. It also, optionally, inserts
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kafs/
DChangeLog254 * afskrb5.c (kafs_settoken5): new function, inserts a krb5_creds
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-chu-ldap-xordered-xx.txt485 5. Adding a new value with an ordering-prefix inserts into the
/netbsd/src/external/ibm-public/postfix/dist/conf/
Daccess177 # at the beginning of the text below, Postfix inserts a

12345