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

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c63 static int printed = 0; variable
231 printed = 0;
280 if ((printed > 0) && (printed + nlen + vlen + 1 > width)) {
290 printed = 0;
292 if (printed == 0) {
296 printed = 8;
300 printed = 9;
305 printed = 2;
317 printed
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t188 my $printed = 0;
191 sub Self2::PRINT { $printed = 1; }
198 die "self-tied glob not PRINTed" unless $printed == 1;
207 sub Self3::PRINT { $printed = 1; }
214 die "self-tied IO not PRINTed" unless $printed == 1;
223 sub Self3::PRINT { $printed = 1; }
230 die "IO tied to TEMP glob not PRINTed" unless $printed == 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm91 section of the pod documentation is printed. If the corresponding value
93 "OPTIONS", "ARGUMENTS", or "OPTIONS AND ARGUMENTS" is printed. If the
94 corresponding value is 2 or more then the entire manpage is printed.
124 desired exit status. The usage message printed may have any one of three
126 is printed. If the verbose level is 1, then the synopsis is printed
129 printed.
156 If the exit status used is less than 2, then output is printed on
157 C<STDOUT>. Otherwise output is printed on C<STDERR>.
261 followed by just the "SYNOPSIS" section (also printed t
[all...]
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
H A DChecker.pm244 markup commands. This is only printed when the -warnings level is
537 the more warnings are printed. Currently there are only levels 1 and 2.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL74 warning level, i.e. more warnings are printed. Currently increasing to
90 Directories are ignored, an appropriate warning message is printed.
H A Dpod2text.PL161 printed after C<=head1>, although one is still printed after C<=head2>,
H A Dpod2man.PL379 DIAGNOSTICS instead. The general rule of thumb is that errors printed to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm78 during compilation. This has the effect that any output printed
80 variable rather than printed. It's useful with those backends which
/osnet-11/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
/osnet-11/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
/osnet-11/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.
/osnet-11/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'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL52 is printed. Test failures always print out some extra information
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm481 from the server are printed to the filehandle C<FH>.
H A DCmd.pm678 the text being sent. The method should return the text to be printed
/osnet-11/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.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm192 you still may get the error message printed to STDOUT.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm482 printed.

Completed in 64 milliseconds

12