Searched refs:quoteHighBit (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | dumpvar.t | 55 # dumpvar variables: $printUndef, $unctrl, $quoteHighBit, $bareStringify,
|
H A D | Dumpvalue.pm | 33 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 D | dumpvar.pl | 79 if $quoteHighBit; 86 s/([\200-\377])/'\\'.sprintf('%3o',ord($1))/eg if $quoteHighBit;
|
H A D | perl5db.pl | 949 $dumpvar::quoteHighBit, 1030 HighBit => \$dumpvar::quoteHighBit,
|
Completed in 41 milliseconds