Searched refs:_charnames (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm6 use _charnames (); # The submodule for this where most of the work gets done
12 # This is a wrapper around the submodule C<_charnames>. This design allows
13 # C<_charnames> to be autoloaded to enable use of \N{...}, but requires this
21 _charnames->import(@_);
30 return _charnames::viacode(@_);
36 _charnames::carp "charnames::vianame() expects one name argument";
55 _charnames::carp _charnames::not_legal_use_bytes_msg($arg, chr $ord);
61 return _charnames::lookup_name($arg, 1, 1);
70 _charnames
[all...]
H A D_charnames.pm6 package _charnames; package
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DMaintainers.pl1452 lib/_charnames.pm

Completed in 172 milliseconds