Searched refs:PL_e2a (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dutfebcdic.h17 * code points, the conversion is done by lookup in the PL_e2a table (with
120 * PL_e2a and PL_e2utf; likewise for their inverses.)
136 #define NATIVE_TO_LATIN1(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_e2a[(U8)(ch)])
H A Debcdic_tables.h73 EXTCONST U8 PL_e2a[256]; variable
75 EXTCONST U8 PL_e2a[256] = { variable
451 EXTCONST U8 PL_e2a[256]; variable
453 EXTCONST U8 PL_e2a[256] = { variable

Completed in 121 milliseconds