Searched refs:dumped (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dst-dump.pl52 local %dumped;
55 local $dumped = '';
57 return $dumped;
64 # address is not to be dumped in the %dumped table since it's not a
82 # Make sure the object has not been already dumped before.
86 if ($link && $dumped{$addr}++) {
88 $dumped .= "OBJECT #$num seen\n";
96 # If the referenced was blessed, we bless it once the object is dumped.
104 $dumped
[all...]
H A Dlock.t43 ok 2, $dumped = &dump(\@a);
48 ok 5, &dump($root) eq $dumped;
H A Ddclone.t40 $dumped = &dump(\@a);
46 print "not " unless $got eq $dumped;
H A Dfreeze.t44 $dumped = &dump(\@a);
54 print "not " unless $got eq $dumped;
H A Dstore.t39 $dumped = &dump(\@a);
49 print "not " unless $got eq $dumped;
H A Dtied.t157 $dumped = &dump(\@a);
167 ### print "original: $dumped";
172 ok 5, $got eq $dumped;
H A Dtied_hook.t172 $dumped = &dump(\@a);
181 ok 5, $got ne $dumped; # our hooks did not handle refs in array
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t149 sub dumped { subroutine
166 $r = dumped($_) . ' => ' . dumped($h->{$_}) . "\n";
274 foreach my $key (map { dumped($_) } @things) {
275 foreach my $value ((map { dumped($_) } @things), '$ref') {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.t83 is( $out->read, "0..2 1 2 3\n", 'dumped array fine' );
86 is( $out->read, "0..2 1 2 ...\n", 'dumped limited array fine' );
90 is( $out->read, "'a' => 1, 'b' => 2, 'c' => 3\n", 'dumped hash fine' );
93 is( $out->read, "'a' => 1, 'b' => 2 ...\n", 'dumped limited hash fine' );
171 is( $out->read, " \$foo = 1\n", 'dumped glob for $foo correctly' );
176 is( $out->read, "\@boo = (\n 0..1 1 2\n)\n", 'dumped glob for @bar fine' );
181 'dumped glob for %baz fine' );
188 'dumped filehandle from glob fine' );
192 is( $out->read, '', 'no sub dumped without $all set' );
194 is( $out->read, "&read in ???\n", 'sub dumped whe
[all...]
H A Dperl5db.pl3394 : "", ($? & 128) ? " -- core dumped" : "", "\n";
5267 a reference to a variable (the thing to be dumped) as its input.
5286 is called, and picks up the variable to be dumped from the parameter list.
5550 # dumped args.
5692 (($? & 128) ? " -- core dumped" : ""),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm49 # expects an arrayref of values to be dumped.
128 # set or query the values to be dumped
142 # set or query the names of the values to be dumped
697 notation. You can specify names for individual values to be dumped if you
708 In the extended usage form, the references to be dumped can be given
730 anonymous array of values to be dumped. The optional second argument is an
733 a name with a C<*> to specify that the dereferenced type must be dumped
760 references are not dumped; instead, their names are inserted wherever they
771 Queries or replaces the internal array of values that will be dumped.
778 that will be dumped
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmci.c444 bool dumped; local
448 dumped = false;
456 dumped = true;
467 if (!dumped)
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex8634 % whatever layout pdftex was dumped with.
8930 % file name, in case not using a pre-dumped format.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex7057 % file name, in case not using a pre-dumped format.

Completed in 87 milliseconds