| /dflybsd-src/contrib/cvs-1.12/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 | 253 int first0, last0, first1, last1, deletes, inserts; local 257 analyze_hunk (hunk, &first0, &last0, &first1, &last1, &deletes, &inserts); 258 if (!deletes && !inserts) 268 if (inserts && deletes) 273 inserts = j <= last1; 280 if (inserts)
|
| H A D | util.c | 673 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 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)
|
| /dflybsd-src/contrib/pam_passwdqc/ |
| H A D | passwdqc_filter.h | 21 uint64_t capacity, deletes, inserts, dupes, kicks; member 52 header->inserts - header->deletes > header->capacity) ? -1 : 0; in passwdqc_filter_verify_header()
|
| /dflybsd-src/contrib/cryptsetup/po/ |
| H A D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
| /dflybsd-src/lib/libhammer/ |
| H A D | stats.c | 177 if (libhammer_stats_btree_inserts(&bstats->inserts) < 0) in libhammer_btree_stats()
|
| H A D | libhammer.h | 113 int64_t inserts; member
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| H A D | iterator | 54 /// Output iterator that inserts a delimiter between elements.
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | ostream | 265 * If the function inserts no characters, failbit is set. 460 * status, this function inserts a single character and any required 505 * status, this function inserts @c traits::length(__s) characters starting
|
| H A D | iomanip | 301 * Sent to a stream object, this manipulator inserts @a __mon.
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/ |
| H A D | ada-tree.def | 64 makes this tree node, whose operand is a statement. The latter inserts
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | ostream | 267 * If the function inserts no characters, failbit is set. 488 * status, this function inserts a single character and any required 533 * status, this function inserts @c traits::length(__s) characters starting
|
| H A D | iomanip | 302 * Sent to a stream object, this manipulator inserts @a __mon.
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-ppc.texi | 185 If an alignment directive inserts more than @var{count} nops, put a
|
| H A D | c-tilepro.texi | 61 inserts @code{fnop} instructions automatically.
|
| H A D | c-tilegx.texi | 77 inserts @code{fnop} instructions automatically.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | cfg.texi | 542 This function inserts a statement after the @code{block_stmt_iterator} 548 This function inserts a statement before the @code{block_stmt_iterator} 606 @code{bsi_insert_on_edge} which inserts a block statement
|
| H A D | cppinternals.texi | 704 above, the preprocessor inserts a special token, which I call a 706 the subsequent token is special. The preprocessor inserts padding 755 macro's replacement list. It also inserts appropriate padding tokens on
|
| H A D | passes.texi | 520 This pass identifies critical edges and inserts empty basic blocks 873 The reload pass also optionally eliminates the frame pointer and inserts
|
| /dflybsd-src/usr.bin/window/ |
| H A D | README | 84 doubly linked in the order of their overlap. Wwadd() inserts a window
|
| /dflybsd-src/contrib/nvi2/cl/ |
| H A D | README.signal | 99 Also, if the user inserts an interrupt into the tty queue while the
|