Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/usr.bin/cvs/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.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)
274 inserts = j <= last1;
281 if (inserts)
Dutil.c671 change_letter (inserts, deletes) in change_letter() argument
672 int inserts, deletes; in change_letter()
674 if (!inserts)
745 analyze_hunk (hunk, first0, last0, first1, last1, deletes, inserts) in analyze_hunk() argument
748 int *deletes, *inserts;
812 *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)
/openbsd/src/gnu/usr.bin/perl/dist/Thread-Queue/t/
D06_insert.t36 is_deeply(\@x, [1..10], 'No-op inserts');
48 is_deeply(\@x, ['head',1..10,'tail'], 'Edge inserts');
60 is_deeply(\@x, [1..5,'foo','bar',6..8,'qux',9,10], 'Middle inserts');
72 is_deeply(\@x, ['head',1..10,'tail'], 'Extreme inserts');
/openbsd/src/regress/sys/sys/tree/rb/
DMakefile3 NAMED_TESTS = random-inserts sequential-inserts \
/openbsd/src/gnu/usr.bin/texinfo/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/openbsd/src/gnu/usr.bin/texinfo/util/
Dfix-info-dir72 It detects and inserts missing menu items into the info dir file.
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUpdateDebugInfo.rst420 ``mir-debugify`` inserts sequentially increasing line locations to each
455 By default, ``mir-debugify`` inserts ``DBG_VALUE`` instructions **everywhere**
459 MIRDebugify inserts a ``DBG_VALUE`` that references a constant. Insertion of
/openbsd/src/lib/libc/stdlib/
Dmalloc.c180 size_t inserts; member
619 STATS_ZERO(d->inserts); in omalloc_grow()
625 STATS_INC(d->inserts); in omalloc_grow()
664 STATS_INC(d->inserts); in insert()
2686 ulog("Inserts %zu/%zu\n", d->inserts, d->insert_collisions); in malloc_dump1()
/openbsd/src/gnu/llvm/clang/docs/
DDataFlowSanitizer.rst204 * ``-dfsan-event-callbacks`` -- An experimental feature that inserts callbacks for
217 * ``-dfsan-conditional-callbacks`` -- An experimental feature that inserts
DSafeStack.rst198 may throw an exception, and inserts required instrumentation at their call
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/
DChangeLog254 as inserts random languages with low q numbers.
/openbsd/src/gnu/gcc/gcc/doc/
Dcfg.texi541 This function inserts a statement after the @code{block_stmt_iterator}
547 This function inserts a statement before the @code{block_stmt_iterator}
606 @code{bsi_insert_on_edge} which inserts a block statement
/openbsd/src/gnu/usr.bin/perl/
DREADME.synology319 to the smoke config, or by adding another patch that inserts
/openbsd/src/usr.bin/vi/cl/
DREADME.signal103 Also, if the user inserts an interrupt into the tty queue while the
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
DREADME170 "#endif" self-exclusionary text. It also, optionally, inserts
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dbugs.texi237 @code{g77} currently inserts needless padding for things like
/openbsd/src/gnu/gcc/fixincludes/
DREADME193 "#endif" self-exclusionary text. It also, optionally, inserts
/openbsd/src/gnu/usr.bin/texinfo/
DNEWS151 . --command=CMD replaces --texinfo=CMD; it inserts CMD at the first
255 . new commands @verbatim and @verb for printing verbatim inserts.
/openbsd/src/share/snmp/
DOPENBSD-PF-MIB.txt295 "The number of inserts into the state table."
438 "The number of inserts into the source tracking table."
/openbsd/src/usr.sbin/unbound/doc/
Drequirements.txt114 domain. This domain then inserts an address for another authoritative

12345