Searched refs:Perl_Warn_Bit_ (Results 1 – 1 of 1) sorted by relevance
9 #define Perl_Warn_Bit_(x) (1 << ((x) % 8)) macro10 #define PerlWarnIsSet_(a, x) ((a)[Perl_Warn_Off_(x)] & Perl_Warn_Bit_(x))