Home
last modified time | relevance | path

Searched refs:no_bless (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm323 my $no_bless = 0;
327 $no_bless = $realpack eq 'Regexp';
350 if ($realpack and !$no_bless) {
491 if ($realpack and !$no_bless) { # we have a blessed ref
H A DDumper.xs665 bool no_bless = 0; /* when a qr// is blessed into Regexp we dont want to bless it. in DD_dump() local
798 no_bless = 1; in DD_dump()
800 no_bless = 0; in DD_dump()
821 if (realpack && !no_bless) { /* we have a blessed ref */ in DD_dump()
1208 if (realpack && !no_bless) { /* free blessed allocs */ in DD_dump()