/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | HAS_OVERLOAD.pm | 6 sub make { subroutine
|
H A D | store.t | 56 sub make { subroutine 64 $foo = FOO->make;
|
H A D | freeze.t | 59 sub make { subroutine 67 $foo = FOO->make;
|
H A D | dclone.t | 51 sub make { subroutine 59 $foo = FOO->make;
|
H A D | overload.t | 55 sub make { subroutine 72 sub make { subroutine 74 my $ref = REF_TO_OVER->make($self); 81 $a = OVER->make();
|
H A D | blessed.t | 40 sub make { bless [], shift } subroutine 44 sub make { bless [], shift } subroutine 83 push(@pool, SHORT_NAME->make); 84 push(@pool, SHORT_NAME_WITH_HOOK->make); 85 push(@pool, $name->make); 86 push(@pool, "${name}_WITH_HOOK"->make); 120 sub make { my $self = shift; bless [@_], $self } subroutine 153 my $i = RETURNS_IMMORTALS->make ($immortal, $count); 169 sub make { subroutine 180 my $f = freeze (HAS_HOOK->make); [all...] |
H A D | compat06.t | 52 sub make { subroutine 61 sub make { subroutine 68 push(@pool, SIMPLE->make($i)); 88 my $r = ROOT->make; 133 # using Storable-0.6@11, output of: print pack("u", nfreeze(ROOT->make)); 144 # using Storable-0.6@11, output of: print '#' . pack("u", nfreeze(ROOT->make));
|
H A D | recurse.t | 36 sub make { bless [], shift } subroutine 62 sub make { bless {}, shift } subroutine 83 sub make { subroutine 86 $self->{sync} = OBJ_SYNC->make; 118 sub make { bless [], shift } subroutine 138 my $real = OBJ_REAL->make; 147 my $sync = OBJ_SYNC->make; 156 $sync = OBJ_SYNC2->make($ext); 167 $real = OBJ_REAL2->make; 234 # The following attempts to make sur 240 sub make { subroutine 247 sub make { subroutine 274 sub make { subroutine [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 15 make make_run run make_macro calibrate_mtime 36 my $make = make; 38 make_macro($make, $targ, %macros); 150 =item B<make> 152 my $make = make; 154 Returns a good guess at the make to run. 158 sub make { subroutine 159 my $make [all...] |
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 182 Namval_t *(*make)(Namval_t*); /* discipline constructor */ member in struct:_field_ 236 if(fp->make) 237 (*fp->make)(nq);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 108 # Die on bad *make() arguments. 135 # ->make 139 sub make { subroutine 192 return (ref $self)->make($p, $q); 226 sub new { &make } # For backward compatibility only. 232 # This avoids the burden of writing Math::Complex->make(re, im). 235 return __PACKAGE__->make(@_); 359 return (ref $z1)->make($re1 + $re2, $im1 + $im2); 377 (ref $z1)->make($re2 - $re1, $im2 - $im1) : 378 (ref $z1)->make( [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 69 install make readme recompile shell test clean 258 make test install force readme reload look 377 # Foo Foo Foo'. People make this kind of mistakes and I don't want to 581 Please make sure the directory exists and is writable. 600 Please make sure that the configuration variable 1285 "scan_cache", "index_expire", "gzip", "tar", "unzip", "make", 1367 make make (implies get) 1368 test MODULES, make test (implies make) 2161 sub make { shift->rematein('make',@_); } subroutine 4435 sub make { subroutine 5167 sub make { shift->rematein('make',@_); } subroutine 5510 sub make { subroutine [all...] |
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | client.py | 253 return self._type.make(pargs, kargs) 451 def make(self, pargs, kargs): member in class:_RadDerivedType 455 raise Exeception("make() only invokable on composite types")
|