Searched defs:make (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A DHAS_OVERLOAD.pm6 sub make { subroutine
H A Dstore.t56 sub make { subroutine
64 $foo = FOO->make;
H A Dfreeze.t59 sub make { subroutine
67 $foo = FOO->make;
H A Ddclone.t51 sub make { subroutine
59 $foo = FOO->make;
H A Doverload.t55 sub make { subroutine
72 sub make { subroutine
74 my $ref = REF_TO_OVER->make($self);
81 $a = OVER->make();
H A Dblessed.t40 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 Dcompat06.t52 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 Drecurse.t36 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 DUtils.pm15 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 Dshiocmd_solaris.c182 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 DComplex.pm108 # 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 DCPAN.pm69 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 Dclient.py253 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")

Completed in 50 milliseconds