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

/openbsd-current/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 # define UTF cBOOL((PL_linestr && DO_UTF8(PL_linestr)) || ( !(PL_parser->lex_flags & LEX_IGNORE_UTF8_HINTS) && (PL_hints & HINT_UTF8)))
937 STATIC_ASSERT_STMT(FITS_IN_8_BITS(LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES
939 parser->lex_flags = (U8) (flags & (LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES
4740 if (PL_parser->lex_flags & LEX_IGNORE_UTF8_HINTS)
H A Dpp_ctl.c5091 ? LEX_IGNORE_UTF8_HINTS

Completed in 265 milliseconds