Searched refs:quoteHighBit (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddumpvar.t55 # dumpvar variables: $printUndef, $unctrl, $quoteHighBit, $bareStringify,
H A DDumpvalue.pm33 quoteHighBit => '',
112 if $self->{quoteHighBit};
118 s/([\200-\377])/'\\'.sprintf('%3o',ord($1))/eg if $self->{quoteHighBit};
535 =item C<tick>, C<quoteHighBit>, C<printUndef>
540 I<as is>. If C<quoteHighBit> is set, they will be quoted.
560 =item quoteHighBit
H A Ddumpvar.pl79 if $quoteHighBit;
86 s/([\200-\377])/'\\'.sprintf('%3o',ord($1))/eg if $quoteHighBit;
H A Dperl5db.pl949 $dumpvar::quoteHighBit,
1030 HighBit => \$dumpvar::quoteHighBit,

Completed in 41 milliseconds