Searched refs:PL_dowarn (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwarnings.h83 #define isWARN_ONCE (PL_dowarn & (G_WARN_ON|G_WARN_ONCE))
91 || (isLEXWARN_off && PL_dowarn & G_WARN_ON) )
98 || (isLEXWARN_off && PL_dowarn & G_WARN_ON) )
106 || (isLEXWARN_off && PL_dowarn & G_WARN_ON) )
115 || (isLEXWARN_off && PL_dowarn & G_WARN_ON) )
H A Dmg.c698 sv_setiv(sv, (IV)((PL_dowarn & G_WARN_ON) ? TRUE : FALSE));
2146 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) {
2148 PL_dowarn = (PL_dowarn & ~G_WARN_ON)
2153 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) {
2172 PL_dowarn |= G_WARN_ONCE ;
2180 PL_dowarn |= G_WARN_ONCE ;
H A Dperl.c668 PL_dowarn = G_WARN_OFF;
1260 PL_dowarn = G_WARN_OFF;
1609 if (PL_taint_warn && PL_dowarn != G_WARN_ALL_OFF) {
2892 if (! (PL_dowarn & G_WARN_ALL_MASK))
2893 PL_dowarn |= G_WARN_ON;
2897 PL_dowarn = G_WARN_ALL_ON|G_WARN_ON;
2904 PL_dowarn = G_WARN_ALL_OFF;
H A Dembedvar.h249 #define PL_dowarn (PERL_GET_INTERP->Idowarn) macro
571 #define PL_dowarn (vTHX->Idowarn) macro
896 #define PL_Idowarn PL_dowarn
1479 #define dowarn PL_dowarn
H A Dperlapi.h219 #undef PL_dowarn
220 #define PL_dowarn (*Perl_Idowarn_ptr(aTHX))
H A Dpp_ctl.c1573 (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0))
1576 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON))
3275 if (PL_dowarn & G_WARN_ALL_ON)
3277 else if (PL_dowarn & G_WARN_ALL_OFF)
H A Dsv.c10843 PL_dowarn = proto_perl->Idowarn;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs46 #if PATCHLEVEL <= 4 && !defined(PL_dowarn)
47 #define PL_dowarn dowarn
51 #define DOWARN (PL_dowarn & G_WARN_ON)
53 #define DOWARN PL_dowarn
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs704 bool warn_tmp = PL_dowarn;
705 PL_dowarn = 0;
708 PL_dowarn = warn_tmp;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs58 #if PERL_VERSION <= 4 && !defined(PL_dowarn)
59 #define PL_dowarn dowarn
63 #define DOWARN (PL_dowarn & G_WARN_ON)
65 #define DOWARN PL_dowarn
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.c1093 PL_dowarn = arg;

Completed in 105 milliseconds