Searched refs:sections (Results 1 - 25 of 45) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_data.c62 unsigned char sections[ONMSZ] = { variable
115 (unsigned char *)"sections", (unsigned char *)"sect", STRING, 0, 0, sections,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dpodselect.xr3 podselect - print selected sections of pod documentation on standard
20 *file* The pathname of a file from which to select sections of pod
25 and will print out (in raw pod format) all sections that match one ore
27 are given than all pod sections encountered are output.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL52 podselect - print selected sections of pod documentation on standard output
80 The pathname of a file from which to select sections of pod
88 documentation and will print out (in raw pod format) all sections that
90 specifications are given than all pod sections encountered are output.
118 "sections" => [],
122 GetOptions(\%options, "help", "man", "sections|select=s@") || pod2usage(2);
130 if (@{ $options{"sections"} } > 0) {
131 podselect({ -sections => $options{"sections"} }, @ARGV);
H A Dpod2latex.PL54 "sections" => [],
67 "sections=s@",
138 # Select sections if supplied
139 $parser->select(@{ $options{'sections'}})
140 if @{$options{'sections'}};
211 # Select sections if supplied
212 $parser->select(@{ $options{'sections'}})
213 if @{$options{'sections'}};
252 pod2latex -full -sections 'DESCRIPTION|NAME' SomeDir
283 =item B<-sections>
[all...]
H A Dpod2usage.PL97 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections
H A Dpod2man.PL307 The standard sections of a manual page are:
496 use CONSTRUCTORS and METHODS sections for detailed documentation of the
536 documentation, particularly the sections on the anatomy of a proper man
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm20 Pod::Select, podselect() - extract selected sections of POD from input
26 ## Select all the POD sections for each file in @filelist
33 ## Select from the given filelist, only those POD sections that are
35 podselect({-sections => ["NAME|SYNOPSIS", "OPTIONS"]}, @filelist):
39 podselect({-output => ">&STDERR", -sections => ["DESCRIPTION"]}, \*STDIN);
45 ## Create a parser object for selecting POD sections from the input
48 ## Select all the POD sections for each file in @filelist
52 ## Select from the given filelist, only those POD sections that are
57 ## Select the "DESCRIPTION" and "SEE ALSO" sections of the PODs from
73 B<podselect()> is a function which will extract specified sections o
[all...]
H A DLaTeX.pm429 $self->{Head1Level} = 1 # Offset in latex sections
432 # Control at which level numbering of sections is turned off
556 Setting this number too high can result in sections that may not be reproducible
585 sections (NAME, DESCRIPTION etc) and a C<latex> label will be multiply
617 For example, this can be used to make sure that C<latex> sections
630 but sections are numbered).
690 sections and that the labels and index now include the pod name (dependent
1829 A subclass of C<Pod::Select> so that specific pod sections can be
H A DParseLink.pm163 consider markup in sections to be significant when resolving links. See
H A DParser.pm83 It handles most of the effort involved with parsing the POD sections
163 the POD sections of the input. Input paragraphs that are not part
167 non-POD sections of the input as well as POD sections. The B<cutting()>
578 of the selected sections, then B<preprocess_paragraph()> is invoked.
617 of the selected sections or the C<-want_nonPODs> option is true,
947 ## Ignore this block if it isnt in one of the selected sections
1301 ## See if we are parsing non-POD sections as well as POD ones
1750 to selectively include and/or exclude sections of a POD document from being
H A DHtml.pm307 %Sections = (); # sections within this page
376 warn "Scanning for sections in input file(s)\n" if $Verbose;
979 my($sections, @data) = @_;
995 $$sections{$name} = 1;
1546 # make sure sections start with a /
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c172 sections_t sections; local
178 sections.fru_hdl = container;
179 sections.fru_cnt = max_sections;
180 sections.frus = section;
181 if (ioctl(fd, SGFRU_GETSECTIONS, &sections) != 0) {
184 return (sections.fru_cnt);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t106 Pull out the specified sections
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h190 #define sections sections64 macro
214 #define sections sections32 macro
/opensolaris-onvv-gate/usr/src/cmd/dis/
H A Ddis_main.c47 int g_doall; /* true if no functions or sections were given */
50 dis_namelist_t *g_seclist; /* list of sections to disassemble, if any */
355 * is called for all sections when no other flags are specified. We ignore any
356 * data sections, and print out only those sections containing text.
363 /* ignore data sections */
428 * appropriate for the file. We then resolve any named sections or functions
429 * against the file, and iterate over the results (or all sections if no flags
436 dis_scnlist_t *sections; local
540 * With no arguments, iterate over all sections an
[all...]
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwsdiff.py686 sections = hstring.split("Section Header")
687 for sect in sections :
794 # compare the relevant sections of two ELF binaries
803 # binaries. Differences observed in these sections are not considered
833 sections = base_header.keys()
845 # Derive the list of ELF sections found only in
847 for sect in sections :
862 data = "ELF sections found in " + \
878 data = "ELF sections found in " + \
885 # Look for preferred sections, an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README138 4293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat)
329 4354500 SHF_ORDERED ordered scections does not properly sort sections
360 4393044 elfdump should allow raw dumping of sections
433 4446115 translating SUNW_move sections is broken
447 4470493 libelf incorectly translates NOTE sections accross architectures...
481 4510264 sections with SHF_TLS can come in different orders...
594 4733697 -zignore with gcc may exclude C++ exception sections
610 sections
615 4754751 "strip" command doesn't remove comdat stab sections.
714 4825065 ld(1) should ignore consecutive empty sections
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com48 relocate_sparc.o sections.o \
/opensolaris-onvv-gate/usr/src/cmd/man/src/
H A Dman.c197 struct secnode *secl; /* sections already considered */
240 usage:\tcatman [-p] [-c|-ntw] [-M path] [-T macro-package ] [sections]"
731 * Stores the mandir's corresponding sections (submandir
738 char *sections; local
746 } else if ((sections = strchr(*pv, ',')) != NULL) {
755 manp->path, sections); local
763 manp->path, sections);
766 manp->secv = split(++sections, ',');
772 } else if ((sections = check_config(*pv)) != NULL) {
781 manp->path, CONFIG, sections);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK89 file consists of sections that describe some of the issues and steps
246 sections), and it doesn't really help to be obscure in such cases.
268 swaps bytes for the sections it knows about, such as symbol tables,
275 progbits sections (SHT_PROGBITS). libelf does not understand program
285 GOT and PLT sections are SHT_PROGBITS. You will probably find
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm239 my %sections;
245 $sections{$section} = $obj;
251 return $sections{$section};
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME241 (Refer 5.11.3, 8.4.2.2 and 8.4.2.3 sections of USB2.0 specification)
278 (Refer 5.11.3 8.4.2.2 and 8.4.2.3 sections of USB2.0 specification)
310 (Refer 3.6.2 & 4.12.2 sections of EHCI 1.0 specification)
415 (Refer 3.6.2 & 4.12.2 sections of EHCI 1.0 specification)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm208 # Code sections
1368 my @sections = ($opsect, $unopsect, $binopsect, $logopsect, $condopsect,
1376 foreach $section (@sections) {
1389 foreach $section (@sections) {
1980 my @sections = (decl => \$decl, sym => \$symsect,
1993 while (($name, $sectref) = splice(@sections, 0, 2)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm543 Filters only those sections of the source code that are not quotelikes, POD, or
548 Filters only those sections of the source code that are not POD or C<__DATA__>.
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf54 * ... (more ASSOCIATION sections)

Completed in 257 milliseconds

12