Searched refs:printed (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Ddigcomp.pl62 $printed = 0;
84 if ($printed == 0);
86 $printed++;
93 $printed = 0;
98 if ($printed == 0);
101 $printed++;
/macosx-10.9.5/pdisk-9/
H A Dvalidate.c302 int printed; local
312 printed = 0;
327 printed = 1;
342 printed = 1;
346 if (printed == 0) {
359 int printed; local
445 printed = 0;
449 printed = 1;
454 printed = 1;
460 printed
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dmessages.c65 * error messages are printed print a single line first to start which errors
106 * if it has not previously been printed.
112 static int printed = 0; local
114 if(arch_multiple && !printed){
116 printed = 1;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp87 /// If you want to override the dot attributes printed for a particular
219 int level, bool &printed) {
224 if (!printed) {
225 printed = true;
238 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
253 bool printed = false; local
254 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
257 setSubgraphColorHelper(N, "blue", visited, 0, printed);
259 setSubgraphColorHelper(N, "green", visited, 0, printed);
218 setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, int level, bool &printed) argument
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Dbig_brother.perl544 $printed = $hanguped = $pid = $proto = 0;
93 $printed++;
113 $printed++;
121 if ($printed > 10) {
123 $printed = 0;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/examples/
H A Dfileman.c389 int printed = 0; local
396 printed++;
400 if (!printed)
407 if (printed == 6)
409 printed = 0;
414 printed++;
417 if (printed)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/examples/
H A Dfileman.c390 int printed = 0; local
397 printed++;
401 if (!printed)
408 if (printed == 6)
410 printed = 0;
415 printed++;
418 if (printed)
/macosx-10.9.5/cctools-845/misc/
H A Dpagestuff.c1147 enum bool printed; local
1180 printed = FALSE;
1190 printed = TRUE;
1205 printed = TRUE;
1212 printed = TRUE;
1240 printed = TRUE;
1269 printed = TRUE;
1276 printed = TRUE;
1282 printed = TRUE;
1288 printed
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dcheck_soa16 are printed for nameservers that couldn't be reached or didn't
21 The original Bourne Shell and C versions were printed in
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dyaml2byte.c35 int printed; member in struct:__anon618
46 ret->printed = 0;
90 if(ext->printed) {
97 ext->printed = 1;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_inter.c406 int seenBytes; /* either printed or echoed */
411 seenBytes = esPtr->printed + esPtr->echoed;
424 esPtr->echoed = matchBytes + skipBytes - esPtr->printed;
1352 int oldprinted; /* old version of u->printed */
1489 oldprinted = u->printed;
1500 if (print > u->printed) { /* usual case */
1509 u->input.buffer + u->printed,
1510 print - u->printed);
1542 u->printed = print;
1545 /* u->printed i
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dldifuniq.pl15 not identical, the reference entry is printed to standard output. Otherwise no
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DScreen.pm100 false, logging information is printed to STDOUT instead. This
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DDHCP.c466 boolean_t printed = FALSE; local
492 printed = TRUE;
514 printed = FALSE;
517 if (printed == FALSE) {
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-print.el39 "Specify how buffer's text color is printed.
67 only text attachments, if opened inline, are printed. Therefore,
68 encrypted messages can be printed by showing and decrypting them
88 (mh-notate msg mh-note-printed mh-cmd-note))
132 only text attachments, if opened inline, are printed. Therefore,
133 encrypted messages can be printed by showing and decrypting them
155 When faces are enabled, the printed message will look very
180 (message "Colors will be printed as black & white"))
184 (message "Colors will be printed"))
186 (message "Colors will not be printed"))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lispref/
H A Dtindex.pl44 identifiers is printed to stdout at the end.
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c257 /* Whether this modifier was printed. */
258 int printed; member in struct:d_print_mod
287 /* The last character printed, saved individually so that it survives
2894 /* Pass the name down to the type so that it can be printed in
2911 adpm[i].printed = 0;
2956 adpm[i - 1].printed = 0;
2969 /* If the modifiers didn't get printed by the type, print them
2974 if (! adpm[i].printed)
3168 if (! pdpm->printed)
3198 dpm.printed
[all...]
H A Dcp-demangle.c.orig257 /* Whether this modifier was printed. */
258 int printed;
287 /* The last character printed, saved individually so that it survives
2894 /* Pass the name down to the type so that it can be printed in
2911 adpm[i].printed = 0;
2956 adpm[i - 1].printed = 0;
2969 /* If the modifiers didn't get printed by the type, print them
2974 if (! adpm[i].printed)
3168 if (! pdpm->printed)
3198 dpm.printed
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DScreen.pm102 false, logging information is printed to STDOUT instead. This
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DMakefile.PL144 Unless given, default values are used. In any case the values are printed for
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/bin/
H A Djson_xs65 =item json-pretty - as above, but pretty-printed
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/Abstract/
H A DTest.pm498 fails, a detailed diagnostic is printed. For clients which use L<Test::More>,
508 diagnostic is printed. For clients which use L<Test::More>, this is the one of
518 is printed. For clients which use L<Test::More>, this is the one of the three
/macosx-10.9.5/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp275 | printed out.
390 register int printed = 0; local
396 printed = 1;
401 printed = 1;
403 if (printed)
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DTrace.pm327 invoked then a trace is printed after the underlying function has returned.
328 When a method on a wrapped object is invoked then a trace is printed
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm327 invoked then a trace is printed after the underlying function has returned.
328 When a method on a wrapped object is invoked then a trace is printed

Completed in 269 milliseconds

12345