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 D | st-dump.pl | 52 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 D | lock.t | 43 ok 2, $dumped = &dump(\@a); 48 ok 5, &dump($root) eq $dumped;
|
H A D | dclone.t | 40 $dumped = &dump(\@a); 46 print "not " unless $got eq $dumped;
|
H A D | freeze.t | 44 $dumped = &dump(\@a); 54 print "not " unless $got eq $dumped;
|
H A D | store.t | 39 $dumped = &dump(\@a); 49 print "not " unless $got eq $dumped;
|
H A D | tied.t | 157 $dumped = &dump(\@a); 167 ### print "original: $dumped"; 172 ok 5, $got eq $dumped;
|
H A D | tied_hook.t | 172 $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 D | RefHash.t | 149 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 D | Dumpvalue.t | 83 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 D | perl5db.pl | 3394 : "", ($? & 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 D | Dumper.pm | 49 # 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 D | mci.c | 444 bool dumped; local 448 dumped = false; 456 dumped = true; 467 if (!dumped)
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 8634 % 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 D | texinfo.tex | 7057 % file name, in case not using a pre-dumped format.
|
Completed in 63 milliseconds