Searched refs:preamble (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL182 # a preamble (controlled by command line option)
183 my $preamble = 0;
184 $preamble = 1 if ($converted == 0 && $options{'full'});
193 # May want to start with a preamble for the first one and
197 TableOfContents => $preamble,
201 AddPreamble => $preamble,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm478 Logical to control whether a C<latex> preamble is to be written.
479 If true, a valid C<latex> preamble is written before the pod data is written.
497 package. This is not yet added to the preamble automaatically.
645 into the preamble and postamble
777 User supplied C<latex> preamble. Added before the pod translation
859 Writes the C<latex> preamble if requested.
880 # Write the preamble
883 my $preamble = '';
886 $preamble = $self->UserPreamble;
889 $preamble
[all...]
H A DMan.pm48 # The following is the static preamble which starts all *roff output we
182 # assumes that the standard preamble has already been printed, since that's
368 # For each document we process, output the preamble first.
441 # Now, print out the preamble and the title. The meaning of the arguments
459 .\\" Standard preamble:
1362 The preamble added to each output file is rather verbose, and most of it is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL667 my $preamble = "$Dest_dir/_h2ph_pre.ph";
669 # Can we skip building the preamble file?
670 if (-r $preamble) {
671 # Extract version number from first line of preamble:
672 open PREAMBLE, $preamble or die "Cannot open $preamble: $!";
675 close PREAMBLE or die "Cannot close $preamble: $!";
677 # Don't build preamble if a compatible preamble exists:
683 open PREAMBLE, ">$preamble" o
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c37 static char *preamble = variable
217 FPUT_ERR(fputs(preamble, f));
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1972 """Returns the list of lines in the script preamble stored in
1975 preamble = defs_dict.get('__SCRIPT_PREAMBLE')
1976 if preamble:
1977 if isinstance(preamble, (list, tuple)):
1978 return preamble
1979 elif isinstance(preamble, basestring):
1980 return preamble.split('\n')
1989 # If there is a preamble specified in the defs_dict, add that first:
2208 preamble = \
2209 """# begin preamble
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c120 mdi_dump_devid(char *preamble, ddi_devid_t devid) argument
138 (void) fprintf(stderr, "%s: <NULL>\n", preamble);
140 (void) fprintf(stderr, "%s: %s\n", preamble, devidstr);
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2577 % Contents of each column will wrap at width given in preamble. Width
2583 % To make preamble:
2641 % Macros used to set up halign preamble:
2742 % This preamble sets up a generic column definition, which will
2760 % If the user has set preamble in terms of percent of \hsize we will
2772 % If user has not set preamble in terms of percent of \hsize
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3329 % Contents of each column will wrap at width given in preamble. Width
3335 % To make preamble:
3393 % Macros used to set up halign preamble:
3494 % This preamble sets up a generic column definition, which will
3512 % If the user has set preamble in terms of percent of \hsize we will
3524 % If user has not set preamble in terms of percent of \hsize

Completed in 89 milliseconds