Searched refs:printed (Results 26 - 50 of 71) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME39 time the character is printed.
119 that have already been formatted and printed on the APS-5. The following commands
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2021 static int printed = 0; local
2146 if (!printed) {
2149 printed = 1;
2410 static int printed = 0; local
2457 if (!printed) {
2460 printed = 1;
2469 printed = 1;
2474 printed = 1;
2480 printed = 1;
2485 * Don't set "printed" her
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm614 If set to a true value, a blank line is printed after a C<=head1> heading.
615 If set to false (the default), no blank line is printed after C<=head1>,
616 although one is still printed after C<=head2>. This is the default because
H A DSelect.pm319 POD documentation that are to be printed and/or processed. The existing
389 subsections of POD documentation that are to be printed and/or
488 and subsections to be printed or processed. This method is also
660 otherwise C<undef> is returned and an error message is printed (using
H A DText.pm720 If set to a true value, a blank line is printed after a C<=head1> heading.
721 If set to false (the default), no blank line is printed after C<=head1>,
722 although one is still printed after C<=head2>. This is the default because
H A DFind.pm77 A warning is printed if more than one POD file with the same POD name
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c843 boolean_t printed; local
878 printed = B_TRUE;
882 printed = B_FALSE;
944 if (printed) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dinteger.pm45 Note that $x is still printed as having its true non-integer value of
H A DDumpvalue.pm517 may be printed on one line.
539 to C<"> or C<'>. By default, characters with high bit set are printed
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL161 printed after C<=head1>, although one is still printed after C<=head2>,
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c298 Word end_ndx, ndx, printed = 0; local
413 printed = 1;
531 * printed this value, don't print
534 if (printed &&
541 * If we've already printed this value,
546 if (printed && (last_d_val == dyn->d_un.d_val))
559 printed = 1;
567 if (!printed) {
/opensolaris-onvv-gate/usr/src/cmd/dtrace/
H A Ddtrace.c853 int i, printed; local
887 for (i = 0, printed = 0; flagnames[i].name != NULL; i++) {
892 "%s%s", printed++ ? " | " : "(", flagnames[i].name);
897 if (printed)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm60 isn't true (the default is false), then the messages are printed on STDERR,
61 and the processing continues after the messages are printed. This being
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c599 uint_t printed = 0; local
844 if (all || !printed) {
847 printed = 1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm370 An optional filehandle (or IO::Handle ) that output will be printed to.
419 An optional filehandle (or IO::Handle ) that output will be printed to.
475 printed.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm1000 printed.
1005 above are printed.
1010 and C<$?> are printed in a message similar to the above.
1083 If true, the C<ok> messages are printed out only every second. This
1198 Clean up how the summary is printed. Get rid of those damned formats.
H A DSimple.pm73 If you provide a $name, that will be printed along with the "ok/not
H A DBuilder.pm824 If set to true, no "1..N" header will be printed.
1130 printed 'ok' or 'not ok'. This is for examining the result of 'todo'
/opensolaris-onvv-gate/usr/src/cmd/prctl/
H A Dprctl.c219 int printed = 0; local
1017 if (printed) {
1026 printed = 1;
1049 if (printed) {
1071 printed = 1;
2308 * printed directly. Use printf("%s\n", global_error) or equivalent.
/opensolaris-onvv-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c524 * Returns 0 if nothing is printed, 1 otherwise
720 int printed; local
788 printed = dump_prop_list(&hwprop_dumpops, "Hardware",
791 /* Ensure that 'compatible' is printed under Hardware header */
793 (void) dump_compatible(printed ? NULL : "Hardware",
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL52 is printed. Test failures always print out some extra information
/opensolaris-onvv-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1314 int printed = B_FALSE; local
1394 printed = B_TRUE;
1401 return (printed);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm481 from the server are printed to the filehandle C<FH>.
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A DREADME139 a list of statistics to be printed as a summary
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm857 including use'd or require'd files) is printed. Passing C<BEGIN>,
859 special blocks to be printed.

Completed in 316 milliseconds

123