Home
last modified time | relevance | path

Searched refs:LEX_IGNORE_UTF8_HINTS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dparser.h135 # define LEX_IGNORE_UTF8_HINTS 0x00000002 macro
141 |LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES|LEX_DONT_CLOSE_RSFP)
H A Dtoke.c108 …(PL_linestr && DO_UTF8(PL_linestr)) || ( !(PL_parser->lex_flags & LEX_IGNORE_UTF8_HINTS) && (PL_hi…
937 STATIC_ASSERT_STMT(FITS_IN_8_BITS(LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES in Perl_lex_start()
939 parser->lex_flags = (U8) (flags & (LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES in Perl_lex_start()
4867 if (PL_parser->lex_flags & LEX_IGNORE_UTF8_HINTS) in Perl_filter_add()
H A Dpp_ctl.c5357 ? LEX_IGNORE_UTF8_HINTS in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50150054 LEX_IGNORE_UTF8_HINTS # Z added by devel/scanprov