Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dwarnings.h9 #define Perl_Warn_Bit_(x) (1 << ((x) % 8)) macro
10 #define PerlWarnIsSet_(a, x) ((a)[Perl_Warn_Off_(x)] & Perl_Warn_Bit_(x))