Searched refs:DESTROY (Results 1 - 25 of 82) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dok_obj.t19 sub DESTROY { subroutine
28 is $destroyed, 3, "DESTROY called 3 times";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DNDBM_File.pm57 sub DESTROY { subroutine
58 warn "Memoize::NDBM_File DESTROY (@_)\n" if $Verbose;
61 $self->SUPER::DESTROY(@_);
H A DSDBM_File.pm57 sub DESTROY { subroutine
58 warn "Memoize::SDBM_File DESTROY (@_)\n" if $Verbose;
61 $self->SUPER::DESTROY(@_);
H A DStorable.pm54 sub DESTROY { subroutine
57 print STDERR "Memoize::Storable::DESTROY(@_)\n" if $Verbose;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Drefaddr.t49 sub DESTROY {} subroutine
H A Dreftype.t56 sub DESTROY {} subroutine
H A Dweak.t235 sub DESTROY { subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMY.pm16 sub DESTROY {} subroutine
H A DMM.pm43 sub DESTROY {} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dref.t157 DESTROY {
223 sub larry::DESTROY { print "# larry\nok 46\n"; }
224 sub curly::DESTROY { print "# curly\nok 47\n"; }
225 sub moe::DESTROY { print "# moe\nok 48\n"; }
254 DESTROY { print "# destroying 'A'\nok 52\n" }
257 DESTROY { print "# destroying '_B'\nok 51\n"; bless shift, 'A' }
262 # test if $_[0] is properly protected in DESTROY()
277 DESTROY { $_[0] = 'foo' }
320 sub x::DESTROY {print "ok ", $test + shift->[0], "\n"}
349 runperl(prog => 'sub UNIVERSAL::DESTROY { war
[all...]
H A Dattrs.t101 sub Z::DESTROY { }
124 sub DESTROY {} subroutine
H A Dargs.t82 sub X::DESTROY { $flag = 1 }
H A Dlocalref.t93 sub X::DESTROY { $ok = !ref($x); }
H A Dtie.t177 sub Self::DESTROY { $destroyed = 1; }
190 sub Self2::DESTROY { $destroyed = 1; }
206 sub Self3::DESTROY { $destroyed = 1; }
222 sub Self3::DESTROY { $destroyed = 1; }
H A Dlex_assign.t41 sub A::DESTROY {$dc += 1}
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t173 sub DESTROY { print "DESTROY \n"; undef @{$_[0]}; }
181 DESTROY
215 sub DESTROY {
390 sub DESTROY { print "destroyed\n" };
398 sub DESTROY { print "destroyed\n" };
406 sub DESTROY { print "destroyed\n" };
414 sub DESTROY { print "destroyed\n" };
424 sub DESTROY { print "destroyed\n" }
456 sub DESTROY {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelectSaver.pm49 sub DESTROY { subroutine
H A DDirHandle.pm59 sub DESTROY { subroutine
H A DNEXT.pm172 sub A::DESTROY { print "$_[0]: A dtor\n"; $_[0]->NEXT::DESTROY() }
177 sub B::DESTROY { print "$_[0]: B dtor\n"; $_[0]->NEXT::DESTROY() }
182 sub C::DESTROY { print "$_[0]: C dtor\n"; $_[0]->NEXT::DESTROY() }
188 sub D::DESTROY { print "$_[0]: D dtor\n"; $_[0]->NEXT::DESTROY() }
197 # Clean-up calls D::DESTROY, B::DESTROY,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.t46 # test DESTROY with an object that signals its destruction
54 # $scalar out of scope, Tie::StdScalar::DESTROY() called, DestroyAction set flag
55 is( $flag, 1, 'and DESTROY() works' );
74 sub DESTROY { subroutine
H A DScalar.pm67 =item DESTROY this
136 sub DESTROY { subroutine
H A DArray.pm10 sub DESTROY { } subroutine
144 sub DESTROY { ... }
165 to a package. The basic B<Tie::Array> package provides stub C<DESTROY>,
237 =item DESTROY this
H A DHash.pm60 are C<UNTIE> and C<DESTROY>). They cause tied hashes to behave exactly like standard hashes,
166 =head1 C<SCALAR>, C<UNTIE> and C<DESTROY>
168 The methods C<UNTIE> and C<DESTROY> are not defined in B<Tie::Hash>,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y51 %token CANCEL CLEAR COMMIT CREATE DESTROY END EXIT EXPORT GET HELP
94 %type <cmd> destroy_command DESTROY
287 destroy_command: DESTROY
292 | DESTROY OPTION
305 | DESTROY resource1_type
310 | DESTROY resource2_type
315 | DESTROY resource1_type TOKEN
328 | DESTROY resource2_type TOKEN
343 | DESTROY resource2_type ncu_class_type TOKEN
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM.pm47 sub DESTROY {} subroutine

Completed in 203 milliseconds

1234