Searched refs:self (Results 1 - 25 of 2638) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/
H A DMyCustom.pm8 my $self = shift;
9 $main::CUSTOM{ ref($self) || $self }++;
10 return $self;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/
H A DTieIn.pm11 my $self = shift;
12 $$self .= join '', @_;
16 my $self = shift;
17 $$self =~ s/^(.*\n?)//;
22 my $self = shift;
23 return !length $$self;
/openbsd-current/gnu/usr.bin/perl/dist/IO/hints/
H A Dsco.pl2 $self->{LIBS} = ['-lc'];
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/hints/
H A Ddec_osf.pl2 $self->{LIBS} = ['-lrt'];
H A Ddynixptx.pl4 $self->{LIBS} = ['-lc'];
H A Dlinux.pl2 $self->{LIBS} = ['-lrt'];
H A Dsco.pl3 $self->{LIBS} = ['-lm', '-lc'];
H A Dsvr4.pl3 $self->{LIBS} = ['-lm', '-lc'];
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/hints/
H A Dsco.pl2 $self->{LIBS} = ['-lgdbm -lc'];
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/hints/
H A DMSWin32.pl2 $self->{LIBS} = ['-lgdbm_compat -lgdbm'];
H A Dcygwin.pl2 $self->{LIBS} = ['-lgdbm -lgdbm_compat'];
H A Ddec_osf.pl2 $self->{LIBS} = [''];
H A Ddynixptx.pl3 $self->{LIBS} = ['-lc'];
H A Dsolaris.pl3 $self->{LIBS} = ["-lndbm", "-ldbm"];
H A Dsvr4.pl4 $self->{LIBS} = ['-ldbm -lucb -lc'];
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/hints/
H A DMSWin32.pl2 $self->{LIBS} = ['-lgdbm_compat -lgdbm'];
H A Dcygwin.pl2 $self->{LIBS} = ['-lgdbm -lgdbm_compat'];
H A Dsolaris.pl3 $self->{LIBS} = ['-ldbm'];
H A Dsvr4.pl4 $self->{LIBS} = ['-ldbm -lucb -lc'];
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/hints/
H A Ddynixptx.pl4 $self->{LIBS} = ['-ldb -lm -lc'];
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/hints/
H A Ddynixptx.pl3 $self->{LIBS} = ['-lm -lc'];
H A Dopenbsd.pl2 $self->{LIBS} = [''];
H A Dbitrig.pl2 $self->{LIBS} = [''];
H A Dnetbsd.pl2 $self->{LIBS} = [''];
H A Dminix.pl2 $self->{LIBS} = [''];

Completed in 107 milliseconds

1234567891011>>