Searched refs:main (Results 301 - 325 of 406) sorted by relevance

<<11121314151617

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm302 The main enhancements over the standard DBM Filter hooks are:
366 Filters can be created in two main ways
497 number of the main areas that filters are needed when interfacing with
H A DMemoize.pm863 and then C<main> throws away the first user on the list and prints the
866 sub main {
881 reference to the users list will be stored in the memo table. C<main>
883 time you invoke C<main>, C<Memoize> will not call C<getusers>; it will
885 this time the list has already had its head removed; C<main> will
887 and shorter every time you call C<main>.
H A DAutoLoader.pm286 Package lexicals declared with C<my> in the main block of a package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL102 52.4 0.320 2 0.1600 main::foo
103 45.9 0.280 200 0.0014 main::bar
105 0.00 0.000 1 0.0000 main::baz
382 my $fh = 'main::fh';
425 my $fh = 'main::fh';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm224 $fullname = "*main::".$prefix.$sym;
227 if ($sym ne "main::" && $sym ne "<none>::" && &$recurse($sym)) {
400 Return the (faked) CV corresponding to the main part of the Perl
441 class) of the main part of the Perl program.
445 Returns the starting op of the main part of the Perl program.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm148 if $root =~ /^main\b/ or $root !~ /^\w[:\w]*$/;
168 $obj->share_from('main', $default_share);
186 $pkg = "main::$pkg\::"; # expand to full symbol table name
205 #delete $leaf_symtab->{'main::'};
211 $obj->share_from('main', $default_share);
478 The "root" of the namespace (i.e. "main::") is changed to a
613 $safe->share_from('main', [ '$foo', '%bar', 'func' ]);
619 $safe->share_from('main', [ 'Scalar::Util::reftype' ]);
643 C<main::> package to the code inside the compartment.
646 by the compartment will cause an error (at run-time of the main progra
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm529 package main;
565 package main;
646 package main;
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c447 main(int argc, char **argv) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c372 int main (int argc, char *argv[]) {
370 int main (int argc, char *argv[]) { function
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dsis315pro.c444 main () function
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c643 main (int argc, char *argv[]) function
H A Dgrub-mount.c506 main (int argc, char *argv[]) function
H A Dgrub-pe2elf.c483 main (int argc, char *argv[]) function
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c994 main (argc, argv)
989 main (argc, argv) function
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c477 main(int ac, char *av[]) function
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c306 main (int argc, char *argv[]) function
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c100 int main(int argc, char **argv) function
H A Dlshal.c574 main (int argc, char *argv[]) function
706 /* run the main loop only if we should monitor */
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c263 main(int argc, char **argv) function
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.c21 * along with this program (in the main directory of the Linux-NTFS
475 * main - Begin here
482 int main(int argc, char *argv[]) function
H A Dntfsls.c23 * along with this program (in the main directory of the Linux-NTFS
629 * main - Begin here
639 int main(int argc, char **argv) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm197 } elsif ($o eq "-main") {
238 $objname = "main::" . $objname unless $objname =~ /::/;
250 print $walkHandle "main program:\n" if $do_main;
518 if ($stash eq "main") {
695 # it. In particular, we can die in concise_op if the main pad
776 # 2 <;> nextstate(main 1 -e:1) v ->3
822 2 <;> nextstate(main 1 -e:1) v ->3
856 the main body of the program (outside any subroutines, and not
911 =item B<-main>
913 Include the main progra
[all...]
H A DXref.pm32 "(definitions)" and "(main)". These report, respectively, on subroutine
33 definitions found by the initial symbol table walk and on the main part of
200 $subname = ($pack eq "main" ? "" : "$pack\::") . $cv->GV->NAME;
203 $subname = "(main)";
212 $subname = "(main)";
342 walksymtable(\%{"main::"}, "xref", sub { !defined($exclude{$_[0]}) });
415 $objname = "main::$objname" unless $objname =~ /::/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm181 main problem is not dealing with these edge cases but that people hate
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm153 package main;

Completed in 153 milliseconds

<<11121314151617