Lines Matching refs:output

45 # Preamble and *roff output tables
48 # The following is the static preamble which starts all *roff output we
52 # should therefore be run through s/\@CFONT\@/<font>/g before output.
103 .\" output yourself in some meaningful fashion.
368 # For each document we process, output the preamble first.
522 $self->output (".Vb $lines\n$_.Ve\n");
527 # Pod::Paragraph object. Perform interpolation and output the results.
531 $self->output ($_[0]), return if $$self{VERBATIM};
546 $self->output (".RS $$self{INDENT}\n");
550 $self->output (protect $self->textmapfonts ($text));
594 # For all the other codes, empty content produces no output.
622 # Add an index entry to the list of ones waiting to be output.
640 # First level heading. We can't output .IX in the NAME section due to a bug
641 # in some versions of catman, so don't output a .IX for that section. .SH
654 $self->output (".PD\n");
656 $self->output ($self->switchquotes ('.SH', $self->mapfonts ($_)));
670 $self->output (".PD\n");
672 $self->output ($self->switchquotes ('.Sh', $self->mapfonts ($_)));
685 $self->output (".PD\n");
688 $self->output ($self->textmapfonts ('\f(IS' . $_ . '\f(IE') . "\n");
701 $self->output (".PD\n");
704 $self->output ($self->textmapfonts ($_) . "\n");
716 $self->output (".RS $$self{INDENT}\n");
740 $self->output (".RE\n");
744 $self->output (".RE\n");
745 $self->output (".RS $$self{INDENT}\n");
753 # numbers. rofficate bullets too while we're at it (so for nice output, use *
779 $self->output (".RE\n");
783 $self->output (".PD 0\n") if ($$self{ITEMS} == 1);
784 $self->output ($self->switchquotes ('.IP', $_, $$self{INDENT}));
813 # for man or roff, in which case we output it verbatim.
818 $self->output ($_);
1047 $self->output (".PD\n") if ($$self{ITEMS} > 1);
1049 $self->output ($$self{INDENT} > 0 ? ".Sp\n" : ".PP\n")
1061 my @output;
1063 push (@output, [ 'Xref', join (' ', @entries) ]);
1068 push (@output, [ $section, $index ]);
1070 for (@output) {
1073 $self->output (".IX $type " . '"' . $entry . '"' . "\n");
1077 # Output text to the output device.
1078 sub output { print { $_[0]->output_handle } $_[1] }
1084 # nroff output the command followed by the argument in double quotes with
1118 # troff output may still be broken, but at least we can fix nroff by
1125 # Now finally output the command. Only bother with .ie if the nroff
1126 # and troff output isn't the same.
1187 specify it. This generally only matters for troff output for printing.
1189 fixed-width output.
1221 Some systems may want CR instead. Only matters for B<troff> output.
1226 B<troff> output.
1232 version). Defaults to CI. Only matters for B<troff> output.
1239 output.
1260 output).
1288 being the file handle to write the formatted output to. The first defaults
1291 input and output disk files instead. See L<Pod::Parser> for the specific
1324 know about. C<EE<lt>%sE<gt>> was printed verbatim in the output.
1342 characters and then do a translation pass on the output according to the
1343 user-specified output character set. Unfortunately, we can't send eight-bit
1344 data directly to the output unless the user says this is okay, since some
1362 The preamble added to each output file is rather verbose, and most of it is
1365 output if needed, perhaps on the fly as the characters are used.
1373 B<troff> output.