Home
last modified time | relevance | path

Searched refs:FEATURE_BITWISE_IS_ENABLED (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502100910 FEATURE_BITWISE_IS_ENABLED # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dfeature.h125 #define FEATURE_BITWISE_IS_ENABLED \ macro
Dtoke.c6100 const bool bof = cBOOL(FEATURE_BITWISE_IS_ENABLED); in yyl_caret()
6591 if ((bof = FEATURE_BITWISE_IS_ENABLED) && *s == '.') in yyl_ampersand()
6636 if ((bof = FEATURE_BITWISE_IS_ENABLED) && *s == '.') in yyl_verticalbar()
6805 if ((bof = FEATURE_BITWISE_IS_ENABLED) && *s == '.') { in yyl_tilde()