Searched +refs:diff +refs:changed (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.h34 void diff(FILE *, const char *, int_value);
44 void diff(FILE *, const char *, bool_value);
50 void diff(FILE *, const char *, units_value);
60 void diff(FILE *, const char *, string_value);
100 int changed(statem *);
138 int changed(statem *);
H A Dmtsm.cpp42 void int_value::diff(FILE *fp, const char *s, int_value compare) function in class:int_value
88 void bool_value::diff(FILE *fp, const char *s, bool_value compare) function in class:bool_value
109 void units_value::diff(FILE *fp, const char *s, units_value compare) function in class:units_value
145 void string_value::diff(FILE *fp, const char *s, string_value compare) function in class:string_value
201 int_values[MTSM_FI].diff(fp, "devtag:.fi",
203 int_values[MTSM_RJ].diff(fp, "devtag:.rj",
205 int_values[MTSM_SP].diff(fp, "devtag:.sp",
207 units_values[MTSM_IN].diff(fp, "devtag:.in",
209 units_values[MTSM_LL].diff(fp, "devtag:.ll",
211 units_values[MTSM_PO].diff(f
524 int mtsm::changed(statem *s) function in class:mtsm
[all...]
/macosx-10.10/patch_cmds-17/diffstat/package/
H A Ddiffstat.spec1 Summary: diffstat - make histogram from diff-output
16 one or more input files which contain output from diff, producing a histogram
17 of the total lines changed for each file referenced.
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm112 # Instantiate the diff object, along with any options.
113 my $diff = Algorithm::Diff->new(@seqs, delete $opts->{DIFF_OPTS});
121 # Run the diff.
124 while ($diff->Next) {
129 if (my @same = $diff->Same) {
135 if (my @del = $diff->Items(1)) {
138 if (my @ins = $diff->Items(2)) {
199 my $diff = word_diff 'file1.txt', 'file2.txt', { STYLE => 'HTML' };
200 my $diff = word_diff \$string1, \$string2, { STYLE => 'ANSIColor' };
201 my $diff
[all...]
/macosx-10.10/configd-699.1.5/nwi/
H A Dnetwork_information_priv.c253 #define changed "!" macro
268 return changed;
335 nwi_ifstate_set_diff_str(new_ifstate, changed);
425 nwi_state_t diff; local
440 diff = nwi_state_new(NULL, total_count);
442 nwi_state_merge_added(diff, old_state, new_state);
443 nwi_state_merge_removed(diff, old_state);
446 return diff;
465 * has changed, then report that the interface has changed */
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.cpp431 c4_View diff = pDiff(_diffs[id_]);
432 if (_temp.GetSize() != diff.GetSize() || _temp != diff)
452 c4_View diff = pDiff(_diffs[id_]); local
455 for (int n = 0; n < diff.GetSize(); ++n) {
456 c4_RowRef row(diff[n]);
481 c4_View diff = pDiff(_diffs[last]); local
482 if (diff.GetSize() > 0)
483 pBytes(diff[0]).GetData(buffer_);
619 bool changed local
792 bool changed = col_.IsDirty() || _fullScan; local
[all...]
/macosx-10.10/OpenSSL098-52/bin/
H A Dextract-source.sh82 diff --old-group-format='#ifdef __LP64__
89 --changed-group-format='#ifdef __LP64__
/macosx-10.10/vim-55/src/
H A DMake_bc3.mak57 diff.obj \
149 # The following compile options can be changed for better machines.
/macosx-10.10/patch_cmds-17/diffstat/
H A Ddiffstat.c56 * message from some diff's (Ubuntu #269895).
70 * 05 Aug 2008, add "-q" option to suppress 0-files-changed
76 * unified-diff chunk to avoid adding non-diff text
79 * default-diff output without the "diff" command
127 * 04 Jan 2003, improve tracking of chunks in unified diff, in
132 * merging to handle unusual Index/diff constructs in
144 * add check for diff from RCS archive where the
145 * "diff" line
785 int diff = 0; local
1797 #define changed macro
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dzone.c371 #define DNS_ZONEFLG_DIFFONRELOAD 0x00000800U /*%< generate a journal diff on
599 dns_diff_t *diff, dns_diffop_t op,
675 dns_diff_t *diff);
2733 * If the key zone is changed, set '*changed' to ISC_TRUE.
2737 dns_diff_t *diff, dns_keytable_t *keytable,
2738 dns_keynode_t **keynodep, isc_boolean_t *changed)
2788 CHECK(update_one_rr(db, ver, diff, DNS_DIFFOP_ADD,
2790 *changed = ISC_TRUE;
2801 if (*changed)
2736 create_keydata(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_keytable_t *keytable, dns_keynode_t **keynodep, isc_boolean_t *changed) argument
2818 delete_keydata(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_name_t *name, dns_rdataset_t *rdataset) argument
2988 do_one_tuple(dns_difftuple_t **tuple, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
3023 update_one_rr(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_diffop_t op, dns_name_t *name, dns_ttl_t ttl, dns_rdata_t *rdata) argument
3037 increment_soa_serial(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, isc_mem_t *mctx) argument
3072 zone_journal(dns_zone_t *zone, dns_diff_t *diff, const char *caller) argument
3111 dns_diff_t diff; local
3156 isc_boolean_t changed = ISC_FALSE; local
3165 dns_diff_t diff; local
4546 offline(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_name_t *name, dns_ttl_t ttl, dns_rdata_t *rdata) argument
4633 del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_stdtime_t now, isc_boolean_t incremental) argument
4642 isc_boolean_t found, changed; local
4808 add_sigs(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_mem_t *mctx, isc_stdtime_t inception, isc_stdtime_t expire, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) argument
5170 add_nsec(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_dbnode_t *node, dns_ttl_t ttl, isc_boolean_t bottom, dns_diff_t *diff) argument
5193 sign_a_node(dns_db_t *db, dns_name_t *name, dns_dbnode_t *node, dns_dbversion_t *version, isc_boolean_t build_nsec3, isc_boolean_t build_nsec, dst_key_t *key, isc_stdtime_t inception, isc_stdtime_t expire, unsigned int minimum, isc_boolean_t is_ksk, isc_boolean_t keyset_kskonly, isc_boolean_t *delegation, dns_diff_t *diff, isc_int32_t *signatures, isc_mem_t *mctx) argument
5320 updatesecure(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_ttl_t minimum, isc_boolean_t update_only, dns_diff_t *diff) argument
5352 updatesignwithkey(dns_zone_t *zone, dns_signing_t *signing, dns_dbversion_t *version, isc_boolean_t build_nsec3, dns_ttl_t minimum, dns_diff_t *diff) argument
5462 fixup_nsec3param(dns_db_t *db, dns_dbversion_t *ver, dns_nsec3chain_t *chain, isc_boolean_t active, dns_rdatatype_t privatetype, dns_diff_t *diff) argument
5591 delete_nsec(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node, dns_name_t *name, dns_diff_t *diff) argument
5622 deletematchingnsec3(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node, dns_name_t *name, const dns_rdata_nsec3param_t *param, dns_diff_t *diff) argument
5739 update_sigs(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *version, dst_key_t *zone_keys[], unsigned int nkeys, dns_zone_t *zone, isc_stdtime_t inception, isc_stdtime_t expire, isc_stdtime_t now, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, dns_diff_t *sig_diff) argument
6553 del_sig(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_dbnode_t *node, unsigned int nkeys, dns_secalg_t algorithm, isc_uint16_t keyid, dns_diff_t *diff) argument
7226 minimal_update(dns_keyfetch_t *kfetch, dns_dbversion_t *ver, dns_diff_t *diff) argument
7351 dns_diff_t diff; local
7809 dns_diff_t diff; local
13914 add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype, dns_dbversion_t *ver, dns_diff_t *diff, isc_boolean_t sign_all) argument
13983 sign_apex(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_diff_t *sig_diff) argument
14067 dnskey_sane(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14115 clean_nsec3param(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14171 add_chains(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14199 dns_diff_t diff, sig_diff; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp506 void PluginView::viewStateDidChange(ViewState::Flags changed) argument
509 platformViewStateDidChange(changed);
511 UNUSED_PARAM(changed);
516 void PluginView::platformViewStateDidChange(ViewState::Flags changed) argument
521 if (changed & ViewState::IsVisibleOrOccluded)
523 if (changed & ViewState::WindowIsActive)
1702 float diff = samples[i - 1][j] + samples[i + 1][j] + samples[i][j - 1] + samples[i][j + 1] - 4 * samples[i][j]; local
1703 accumScore += diff * diff;
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex214 Out of the 2441 files in the 1.99.10 release, 291 files had changed in
218 A ``diff'' of the two tar files using the standard GNU diff utility
239 time it takes to run ``diff'' on the two files.\footnote{The wall
241 running SunOS, using rsh over loopback for communication. GNU diff
262 transferred was also considerably less than the size of the diff file
263 that would have been transferred if the diff/patch method of updating
288 diff between the two releases is 4155 lines long totalling 120 kB.
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dcompare_curl_source.com89 $! Update missing/changed files.
259 $! These files are in the wrong format for VMS diff, and we don't change them.
282 $ write sys$output "Skipping diff of ''ref_fname'"
294 $ diff/out=nl: 'wrk_spec' 'ref_spec'
/macosx-10.10/emacs-93/emacs/src/
H A Deditfns.c2733 and don't mark the buffer as really changed.
2743 int changed = 0;
2794 if (!changed && !NILP (noundo))
2828 if (changed < 0)
2831 changed = pos;
2832 else if (!changed)
2834 changed = -1;
2900 if (changed > 0)
2902 signal_after_change (changed,
2903 last_changed - changed, last_change
2729 int changed = 0; variable
4061 register int amt1, amt1_byte, amt2, amt2_byte, diff, diff_byte, mpos; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js552 // If the max line changed since it was last measured, measure it,
598 // Bail out if the visible area is already rendered and nothing changed.
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
1929 // If no update was run, but the selection changed, redraw that.
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; new
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js552 // If the max line changed since it was last measured, measure it,
598 // Bail out if the visible area is already rendered and nothing changed.
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
1929 // If no update was run, but the selection changed, redraw that.
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; new
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim122 " separate the two classes by a space to apply them both if there is a diff
140 " Add normal groups to the beginning so diff groups can override them.
150 " Add the diff highlight class to class list if used and it's not there yet.
151 " Add diff groups to the end so they override the other highlighting.
652 let s:difffillchar = &fillchars[matchend(&fillchars, 'diff:')]
661 " If there are filler lines for diff mode, show these above the line.
824 " Get the diff attribute, if any.
860 " Add spaces at the end of the raw text line to extend the changed
1018 " Replace spans of this class name AND a diff class with non-CSS style
1019 " markup surrounding a span of just the diff clas
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c713 * Column has a style assigned, its state may be changed.
779 * Column has a style assigned, its state may be changed.
850 * out if the size or appearance has changed.
5133 * Interpreter result is changed.
5626 int i, count = 0, length, changed = FALSE, changedI; local
5721 changed = TRUE;
5725 if (changed)
5806 int diff, zeros; local
5839 diff = 0;
5841 if (diff
8022 int i, count = 0, span, changed = FALSE; local
8122 int i, count = 0, changed = FALSE, columnIndex; local
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dfr-drdref.tex23 % Specify how many you want here. Nothing else needs to be changed.
339 \key{modifier les marques par un caract\`ere diff\'erent}{* c}
386 \key{placer un flag sur les diff\'erents fichiers interm\'ediaires}{\&}
H A Dcalccard.tex9 % Specify how many you want here. Nothing else needs to be changed.
537 \key{intersection, union, diff of sets}{V \^\, V V\, V -}
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlockFlow.cpp382 bool changed = recomputeLogicalWidth(); local
387 return changed || oldColumnWidth != computedColumnWidth();
1930 void RenderBlockFlow::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
1932 RenderBlock::styleDidChange(diff, oldStyle);
1934 // After our style changed, if we lose our ability to propagate floats into next sibling
1939 if (diff == StyleDifferenceLayout && s_canPropagateFloatIntoSibling && !canPropagateFloatIntoSibling && hasOverhangingFloats()) {
1964 if (diff >= StyleDifferenceRepaint) {
1980 void RenderBlockFlow::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
1989 if (parent() && diff == StyleDifferenceLayout && oldPosition != newPosition) {
2003 RenderBlock::styleWillChange(diff, newStyl
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c276 * For porting purposes, all kmutex_t vars have been changed
283 * Lock asserts are changed like this:
583 int changed, error; variable
586 error = sysctl_io_number(req, value, sizeof(value), &value, &changed);
587 if (error || !changed)
615 int changed, error; variable
618 error = sysctl_io_number(req, value, sizeof(value), &value, &changed);
619 if (error || !changed)
657 int changed, error; variable
660 error = sysctl_io_number(req, value, sizeof(value), &value, &changed);
690 int changed, error; variable
723 int changed, error; variable
9665 uint32_t align = sizeof (uint8_t), offs, diff; local
[all...]
/macosx-10.10/vim-55/runtime/
H A Dmenu.vim113 if has("diff")
459 " Need to redo this when 'encoding' is changed.
483 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.&Diff :set fdm=diff<CR>
501 if has("diff")
H A Doptwin.vim687 call append("$", "report\tthreshold for reporting number of changed lines")
910 if has("diff")
911 call <SID>Header("diff mode")
912 call append("$", "diff\tuse diff mode for the current window")
914 call <SID>BinOptionL("diff")
915 call append("$", "diffopt\toptions for using diff mode")
917 call append("$", "diffexpr\texpression used to obtain a diff file")
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm6271 # Maximum number of little messages; probably need not be changed.
8147 # Note: This routine should almost never need to be changed. It is
8551 # set a default value, to be changed as needed
19973 # count because it may have been changed if the -icp flag is in
21163 my ($diff) = @_;
21164 if ( $valign_buffer_filling && $diff ) {
21169 my $ws = substr( $line, 0, $diff );
21170 if ( ( length($ws) == $diff ) && $ws =~ /^\s+$/ ) {
21171 $line = substr( $line, $diff );
21173 if ( $leading_space_count >= $diff ) {
[all...]

Completed in 712 milliseconds

12