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

/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h136 # define LEX_EVALBYTES 0x00000004 macro
141 |LEX_IGNORE_UTF8_HINTS|LEX_EVALBYTES|LEX_DONT_CLOSE_RSFP)
H A Dtoke.c937 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
4757 && PL_parser->lex_flags & LEX_EVALBYTES
H A Dpp_ctl.c5092 : bytes ? LEX_EVALBYTES : LEX_START_SAME_FILTER

Completed in 207 milliseconds