Home
last modified time | relevance | path

Searched defs:NATIVE_TO_LATIN1 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dutfebcdic.h136 #define NATIVE_TO_LATIN1(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_e2a[(U8)(ch)]) macro
H A Dutf8.h279 #define NATIVE_TO_LATIN1(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12939 # define NATIVE_TO_LATIN1(c) NATIVE_TO_ASCII(c) macro
12956 # define NATIVE_TO_LATIN1(c) (c) macro