| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ed.c | 40 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 D | normal.c | 41 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 D | side.c | 254 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)
|
| H A D | util.c | 671 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;
|
| H A D | ifdef.c | 65 int first0, last0, first1, last1, deletes, inserts; local 69 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts); 70 if (inserts)
|
| H A D | context.c | 401 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 D | analyze.c | 979 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/ |
| H A D | 06_insert.t | 36 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/ |
| H A D | Makefile | 3 NAMED_TESTS = random-inserts sequential-inserts \
|
| /openbsd-src/gnu/usr.bin/texinfo/po/ |
| H A D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | fix-info-dir | 72 It detects and inserts missing menu items into the info dir file.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToUpdateDebugInfo.rst | 420 ``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/ |
| H A D | malloc.c | 180 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/ |
| H A D | DataFlowSanitizer.rst | 204 * ``-dfsan-event-callbacks`` -- An experimental feature that inserts callbacks for 217 * ``-dfsan-conditional-callbacks`` -- An experimental feature that inserts
|
| H A D | SafeStack.rst | 198 may throw an exception, and inserts required instrumentation at their call
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/ |
| H A D | ChangeLog | 254 as inserts random languages with low q numbers.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cfg.texi | 541 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/usr.bin/vi/cl/ |
| H A D | README.signal | 103 Also, if the user inserts an interrupt into the tty queue while the
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.synology | 319 to the smoke config, or by adding another patch that inserts
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bugs.texi | 237 @code{g77} currently inserts needless padding for things like
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | README | 170 "#endif" self-exclusionary text. It also, optionally, inserts
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | README | 193 "#endif" self-exclusionary text. It also, optionally, inserts
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | NEWS | 151 . --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/ |
| H A D | OPENBSD-PF-MIB.txt | 295 "The number of inserts into the state table." 438 "The number of inserts into the source tracking table."
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlclassguts.pod | 265 just before wrapping it in the eventual CV. This function inserts extra ops
|