Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/cvs-1.12/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.c253 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 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)
/dflybsd-src/contrib/pam_passwdqc/
H A Dpasswdqc_filter.h21 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 Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/dflybsd-src/lib/libhammer/
H A Dstats.c177 if (libhammer_stats_btree_inserts(&bstats->inserts) < 0) in libhammer_btree_stats()
H A Dlibhammer.h113 int64_t inserts; member
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Diterator54 /// Output iterator that inserts a delimiter between elements.
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dostream265 * 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 Diomanip301 * Sent to a stream object, this manipulator inserts @a __mon.
/dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/
H A Dada-tree.def64 makes this tree node, whose operand is a statement. The latter inserts
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dostream267 * 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 Diomanip302 * Sent to a stream object, this manipulator inserts @a __mon.
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-ppc.texi185 If an alignment directive inserts more than @var{count} nops, put a
H A Dc-tilepro.texi61 inserts @code{fnop} instructions automatically.
H A Dc-tilegx.texi77 inserts @code{fnop} instructions automatically.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcfg.texi542 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 Dcppinternals.texi704 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 Dpasses.texi520 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 DREADME84 doubly linked in the order of their overlap. Wwadd() inserts a window
/dflybsd-src/contrib/nvi2/cl/
H A DREADME.signal99 Also, if the user inserts an interrupt into the tty queue while the

12