Searched refs:printing (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c57 static enum printtypes printing = pr_none; variable in typeref:enum:printtypes
59 static int width = 60; /* width of multi-column printing */
69 printing = type;
211 switch ((int)printing) {
229 if (printing == pr_longnames)
240 if (printing == pr_cap && restrictterm &&
246 switch ((int)printing) {
258 switch ((int)printing) {
270 switch ((int)printing) {
281 switch ((int)printing) {
[all...]
/osnet-11/usr/src/lib/pyzfs/common/
H A Dholds.py61 printing = False
70 printing = True
71 if printing:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm68 B::Terse - Walk Perl syntax tree, printing terse info about ops
H A DDebug.pm278 B::Debug - Walk Perl syntax tree, printing debug info about ops
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL73 Turn on/off printing of warnings. Repeating B<-warnings> increases the
H A Dpod2text.PL173 Format the output with overstruck printing. Bold text is rendered as
H A Dpod2man.PL117 terminal using nroff(1), normally via man(1), or printing using troff(1).
133 it. This generally only matters for troff output for printing. Similarly,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvmsish.pm54 This suppresses printing of VMS status messages to SYS$OUTPUT and
H A DDumpvalue.pm566 Whether to abort printing if debugger signal flag is raised.
594 Returns the dump of a single scalar without printing. If the second
H A Dperl5db.pl332 Controls how far down C<dumpvar.pl> will go before printing '...' while
735 # + printing of a very long statement interruptible.
736 # Changes: 0.98: New command `m' for printing possible methods
738 # + Cosmetic bugs in printing stack trace.
922 terminates, and defaulting to printing return values for the C<r> command.
2259 via C<dumpvar.pl> instead of just printing it directly.
2599 we are printing return values when a C<r> is executed, set C<$doret>
3470 C<sub> does all the work of printing the subroutine entry and exit messages
3477 C<$deep>, C<sub> automatically turns on printing of the current depth by
3613 # Indent if we're printing becaus
[all...]
H A DDigest.pm110 This is the most compact form, but it is not well suited for printing
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm53 A string containing the text of a message to print I<before> printing
77 The text of a message to print immediately prior to printing the
89 The desired level of "verboseness" to use when printing the usage
316 provide a means of printing their complete documentation to C<STDOUT>
550 ## See if this is a heading and we arent printing the entire manpage.
H A DMan.pm1165 using L<nroff(1)>, normally via L<man(1)>, or printing using L<troff(1)>.
1187 specify it. This generally only matters for troff output for printing.
H A DParser.pm1250 Specifies the method or subroutine to use when printing error messages
1252 successful printing of the message. If C<undef> is given, then the B<warn>
1423 This method might be invoked when printing diagnostic messages, for example,
1448 This method might be used when printing diagnostic messages, for example,
H A DSelect.pm77 POD sections to select for processing/printing. B<podselect()> merely
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm174 HTML headers to the browser yourself if you are printing a message.
196 By setting C<$CGI::Carp::TO_BROWSER> to 0 you can suppress printing the C<die> messages
223 warnings from being sent to the browser while you are printing some
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm425 All we send is -nologo to nmake to prevent it from printing its damned
H A DEmbed.pm437 This will do the same as the above example, along with printing additional arguments for linking with the B<Socket> extension.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm93 Test::Simple will start by printing number of tests run in the form
H A DHarness.pm769 # For slow connections, we save lots of bandwidth by printing only once
1150 Provide a way of running tests quietly (ie. no printing) for automated
1152 of runtests() which rather than printing its output returns raw data
H A DBuilder.pm896 # Prevent printing headers when compiling (i.e. -c)
930 # Prevent printing headers when only compiling. Mostly for when
1144 printing any test output, for example, when current_test() is changed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm50 Test::Harness is limited to printing out its results. This makes
53 Test::Harness::Straps. Instead of printing the results, straps
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL127 has been applied to it. The B<-n> option suppresses automatic printing.
350 If automatic printing is enabled, write the pattern space to the standard
379 to suppress automatic printing at the end of a cycle if you want to
380 avoid double printing of lines.)
551 two characters in the script are `C<#n>', automatic printing of output is
564 my $doAutoPrint = 1; # automatic printing of pattern space (-n => 0)
1722 # transform non printing chars into escape notation
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm672 data being sent to the server. Calls C<debug_text> before printing to
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex725 % message, so this ends up printing `@group can only ...'.
2212 % @headings double turns headings on for double-sided printing.
2213 % @headings single turns headings on for single-sided printing.
2229 % For double-sided printing, put current file name in lower left corner,
2243 % For single-sided printing, chapter title goes across top left of page,
4368 % call the generic \sectionheading to do the printing.
5392 % . we're printing identifiers, they should be in tt in principle.
6012 % printing. So we \turnoffactive for the \refx-snt, back on for the
6013 % printing, back off for the \refx-pg.
6203 % Make the characters 128-255 be printing character
[all...]

Completed in 68 milliseconds

12