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

1234

/macosx-10.10.1/bind9-45.101/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.10.1/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.10.1/llvmCore-3425.0.34/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.10.1/lsof-53/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.10.1/Heimdal-398.1.2/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.10.1/bash-94.1.2/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.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c214 size_t printed = 0; local
219 printed += strlcat(aBuf, " PrevIdle", bufsize);
222 printed += strlcat(aBuf, " PrevDisp", bufsize);
225 printed += strlcat(aBuf, " PrevSleep", bufsize);
228 printed += strlcat(aBuf, " DeclUser", bufsize);
231 printed += strlcat(aBuf, " PushSrvc", bufsize);
234 printed += strlcat(aBuf, " BGTask", bufsize);
237 printed += strlcat(aBuf, " SysAct", bufsize);
240 printed += strlcat(aBuf, " SRPrevSleep", bufsize);
243 printed
[all...]
/macosx-10.10.1/tcl-105/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...]
H A Dexp_command.h121 int printed; /* # of characters! written to stdout (if logging on) */ member in struct:ExpState
123 int echoed; /* additional # of characters (beyond "printed" above) */
H A Dexpect.c1912 if (size) write_count = size - esPtr->printed;
1921 expLogInteractionU(esPtr,esPtr->input.buffer + esPtr->printed, write_count);
1928 if (esPtr->rm_nulls) size = expNullStrip(&esPtr->input,esPtr->printed);
1929 esPtr->printed = size; /* count'm even if not logging */
1999 esPtr->printed -= skiplen;
2000 if (esPtr->printed < 0) esPtr->printed = 0;
2366 esPtr->printed -= match;
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DScreen.pm100 false, logging information is printed to STDOUT instead. This
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DDHCP.c466 boolean_t printed = FALSE; local
492 printed = TRUE;
514 printed = FALSE;
517 if (printed == FALSE) {
/macosx-10.10.1/emacs-93/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.10.1/emacs-93/emacs/lispref/
H A Dtindex.pl44 identifiers is printed to stdout at the end.
/macosx-10.10.1/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.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DMakefile.PL151 Unless given, default values are used. In any case the values are printed for
/macosx-10.10.1/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.10.1/CPANInternal-159.1/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
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs67 =item json-pretty - as above, but pretty-printed
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test79 EXPECT media-col-supported WITH-VALUE media-pre-printed DEFINE-MATCH HAVE_MEDIA_PRE_PRINTED
94 EXPECT media-pre-printed-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag IF-DEFINED HAVE_MEDIA_PRE_PRINTED
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A Dsilab.tcl83 Round 1 service. The results are printed as OK or the error is
96 Round 2 proposal A service. The results are printed as OK or the error is
111 Round 2 proposal B service. The results are printed as OK or the error is
126 Round 2 proposal C service. The results are printed as OK or the error is
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c94 int printed; member in struct:ActivityStat_struct
418 (*s)->printed = 0;
441 if (!s->printed && max < s->totalops)
444 m->printed = mDNStrue;
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.def125 variables can be assembled, with raw and pretty-printed output
299 is specified, host names are printed in
304 addresses are printed instead.
345 Causes all output from query commands is printed as received
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dif.c123 unsigned int printed; member in struct:queue_stats
643 * First line printed at top of screen is always cumulative.
1419 qstats[n].printed = 0;
1624 if (qs->printed)
1628 qs->printed++;
1632 qstats[n].printed++;

Completed in 318 milliseconds

1234