Home
last modified time | relevance | path

Searched refs:_meta_notation (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/lib/
H A Dmeta_notation.t18 is(_meta_notation("\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x0C"),
20 is(_meta_notation("\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19"),
22 is(_meta_notation("\x1A\x1B\x1C\x1D\x1E\x1F\c?"),
24 is(_meta_notation("09%AZaz\x{103}"), "09%AZaz\x{103}");
27 is(_meta_notation("\x7f\x80\x81\x82\x9A\x9B\x9C\x9D\x9E\x9F\xA0\xA1"),
29 is(_meta_notation("\x{c1}\x{e2}"), 'M-AM-b');
30 is(_meta_notation("\x{df}"), 'M-_');
41 is(_meta_notation($char), sprintf("\\x{%X}", $i));
H A Dmeta_notation.pm9 sub _meta_notation ($) { subroutine
H A Dsigtrap.pm136 $_ = _meta_notation($_) if /[[:^print:]]/a;
H A DDB.pm248 $_ = _meta_notation($_) if /[[:^print:]]/a;
H A Dperl5db.pl6598 $_ = _meta_notation($_) if /[[:^print:]]/a;