Searched defs:isWARN_on (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwarnings.h84 #define isWARN_on(c,x) (IsSet(SvPVX(c), 2*(x))) macro
90 isWARN_on(PL_curcop->cop_warnings, x) ) ) \
96 isWARN_on(PL_curcop->cop_warnings, x) || \
97 isWARN_on(PL_curcop->cop_warnings, y) ) ) \
103 isWARN_on(PL_curcop->cop_warnings, x) || \
104 isWARN_on(PL_curcop->cop_warnings, y) || \
105 isWARN_on(PL_curcop->cop_warnings, z) ) ) \
111 isWARN_on(PL_curcop->cop_warnings, x) || \
112 isWARN_on(PL_curcop->cop_warnings, y) || \
113 isWARN_on(PL_curco
[all...]

Completed in 21 milliseconds