Searched refs:pm (Results 76 - 100 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm5 # $Id: CPAN.pm,v 1.412 2003/07/31 14:53:04 k Exp $
219 delete $INC{"Term/ReadLine.pm"};
349 # easily be reached by running CPAN.pm recursively, but we don't want
514 $CPAN::Frontend->mydie(sprintf("CPAN.pm panic: Lockfile $lockfile\n".
547 $CPAN::Frontend->mydie(sprintf("CPAN.pm panic: Lockfile $lockfile\n".
574 CPAN.pm working directory. I could not create this directory due
589 my $incc = $INC{'CPAN/Config.pm'};
590 my $myincc = File::Spec->catfile($ENV{HOME},'.cpan','CPAN','MyConfig.pm');
593 Your configuration suggests that CPAN.pm should use a working
743 $file .= ".pm";
[all...]
H A DSwitch.pm600 The Switch.pm module implements a generalized case mechanism that covers
754 same semantics as those offered by Switch.pm, but with a different
759 This future syntax is also (largely) available via the Switch.pm module, by
802 overcome this, when importing Switch.pm, a special "placeholder"
863 Due to the heuristic nature of Switch.pm's source parsing, the presence
H A DExporter.pm104 In module YourModule.pm:
231 e.g., Module.pm defines:
393 CGI.pm creates an ":all" tag which contains some (but not really
H A DNEXT.pm163 NEXT.pm - Provide a pseudo-class NEXT (et al) that allows method redispatch
203 NEXT.pm adds a pseudoclass named C<NEXT> to any program
383 Yet another pseudo-class that NEXT.pm provides is C<EVERY>.
520 Because it's a module, not an integral part of the interpreter, NEXT.pm
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_kernel.c32 #include <sys/pm.h>
H A Dlibpower_subr.c31 #include <sys/pm.h>
H A Dpm_smf.c32 #include <sys/pm.h>
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DMapFiles191 $f =~ m{Makefile.SH|Thread.pm}) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm52 $Config_PM = $ARGV[0] || "xlib/$Opts{cross}/Config.pm";
55 $Config_PM = $ARGV[0] || 'lib/Config.pm';
631 # Now create Cross.pm if needed
633 open CROSS, ">lib/Cross.pm" or die "Can not open >lib/Cross.pm: $!";
658 # Now do some simple tests on the Config.pm file we have created
H A Dop.c262 /* XXX %! tied to Errno.pm needs to be added here.
1350 case OP_SELECT: /* XXX c.f. SelectSaver.pm */
1499 #define ATTRSMODULE_PM "attributes.pm"
1540 /* Ensure that attributes.pm is loaded. */
2673 /* link into pm list */
2686 PMOP *pm; local
2694 pm = (PMOP*)o;
2703 pm->op_pmflags |= PMf_SKIPWHITE;
2706 pm->op_pmdynflags |= PMdf_UTF8;
2707 PM_SETRE(pm, CALLREGCOM
3295 PMOP *pm = (PMOP*)tmpop; local
[all...]
H A Dtoke.c487 * # line 500 "foo.pm"
3044 ; /* skip to avoid loading attributes.pm */
3059 we don't need to do the attributes.pm-based setting
3877 && !hv_fetch(GvHVn(PL_incgv), "Thread.pm", 9, FALSE))
6366 PMOP *pm; local
6373 pm = (PMOP*)newPMOP(type, 0);
6375 pm->op_pmflags |= PMf_ONCE;
6378 pmflag(&pm->op_pmflags,*s++);
6382 pmflag(&pm->op_pmflags,*s++);
6386 (pm
6402 register PMOP *pm; local
[all...]
H A Dcop.h344 #define POPBLOCK(cx,pm) cx = &cxstack[cxstack_ix--], \
350 pm = cx->blk_oldpm, \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAssembler.pm1 # Assembler.pm
321 See F<ext/B/B/Assembler.pm>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm107 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
H A DSeekable.pm93 Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm1 # Net::Domain.pm
19 $VERSION = "2.19"; # $Id: //depot/libnet/Net/Domain.pm#21 $
340 I<$Id: //depot/libnet/Net/Domain.pm#21 $>
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c1085 ns_conn_mt_t *pm, *m; local
1108 pm = cmg->cm_head;
1112 pm = m;
1114 if (pm != cmg->cm_tail) {
1115 pm->next = cm->next;
1116 if (pm->next == NULL)
1117 cmg->cm_tail = pm;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs948 _print_expand(File::Spec->catfile($_E2X,"_PM.e2x"), "$_Name.pm");
973 for my $f (grep /\.pm$/o, readdir($dh)){
984 $mod =~ s/\.pm$//o; $mod =~ s,/,::,og;
997 $_Inc = $INC{"Encode.pm"}; $_Inc =~ s/\.pm$//o;
999 File::Spec->catfile($_Inc,"ConfigLocal.pm"),
1078 generating My.pm
1085 Makefile.PL My.pm my.ucm t/
1090 My.pm - Encode submodule
1123 cp My.pm bli
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL124 $output = basename($output, '.pm', '.pod','.pl') . '.tex';
248 pod2latex *.pm
H A Dpod2man.PL199 Perl module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted
244 By default, section 1 will be used unless the file ends in .pm in which case
261 pod2man SomeModule.pm /usr/perl/man/man3/SomeModule.3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm385 bug reports, please provide the version of CGI.pm, the version of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm62 found on CPAN are easily accessible with the CPAN.pm module. If you
63 want to use CPAN.pm, you have to configure it properly.
688 $prompt = qq{CPAN.pm needs at least one URL where it can fetch CPAN files from.
707 $INC{'CPAN/MyConfig.pm'} || $INC{'CPAN/Config.pm'} || "configuration file",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm17 $Verbose %pm %static
85 overridable by a platform specific MM_*.pm file (See
385 push(@m,"\n# These definitions are from config.sh (via $INC{'Config.pm'})\n");
509 CONFIGDEP = $(PERL_ARCHLIB)$(DIRFILESEP)Config.pm $(PERL_INC)$(DIRFILESEP)config.h
1433 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
1436 my %pm;
1473 $pm{$name} = $self->catfile($self->{INST_LIBDIR},$name);
1476 $pm{$name} = $self->catfile($self->{INST_LIBDIR},$name);
1480 # Some larger extensions often wish to install a number of *.pm/pl
1489 # For each *.pm o
[all...]
H A DMakeMaker.pm500 my($pthinks) = $self->canonpath($INC{'Config.pm'});
501 my($cthinks) = $self->catfile($Config{'archlibexp'},'Config.pm');
507 $pthinks =~ s![/\\]Config\.pm$!!i; $pthinks =~ s!.*[/\\]!!;
510 $pthinks =~ s!/Config\.pm$!!; $pthinks =~ s!.*/!!;
513 Your perl and your Config.pm seem to have different ideas about the
826 # file was Tk/MMutil.pm. The consequence is, we have to be
1693 Hashref that assigns to *.pm and *.pod files the files into which the
1694 manpages are to be written. MakeMaker parses all *.pod and *.pm files
1873 Hashref of .pm files and *.pl files to be installed. e.g.
1875 {'name_of_file.pm'
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm2 # $Id: Man.pm,v 1.37 2003/03/30 22:34:11 eagle Exp $
377 $section = 3 if (!$$self{section} && $name =~ /\.pm\z/i);
1178 trailing C<.pod>, C<.pm>, or C<.pl> stripped as the man page title, to
1179 section 1 unless the file ended in C<.pm> in which case it defaults to
1246 module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted into
1281 By default, section 1 will be used unless the file ends in .pm in which case

Completed in 2301 milliseconds

1234567