Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dwarn82 # define ckWARN(a) (PL_dowarn & G_WARN_ON)
84 # define ckWARN(a) PL_dowarn
H A Dvariables32 PL_dowarn
113 # define PL_dowarn dowarn
399 ppp_TESTVAR(PL_dowarn);
/openbsd/gnu/usr.bin/perl/
H A Dwarnings.h176 #define isWARN_ONCE (PL_dowarn & (G_WARN_ON|G_WARN_ONCE))
H A Dmg.c1132 sv_setiv(sv, (IV)cBOOL(PL_dowarn & G_WARN_ON)); in Perl_magic_get()
3160 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) { in Perl_magic_set()
3162 PL_dowarn = (PL_dowarn & ~G_WARN_ON) in Perl_magic_set()
3167 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) { in Perl_magic_set()
3184 PL_dowarn |= G_WARN_ONCE ; in Perl_magic_set()
3197 PL_dowarn |= G_WARN_ONCE ; in Perl_magic_set()
H A Dperl.c1008 PL_dowarn = G_WARN_OFF; in perl_destruct()
1907 PL_dowarn = G_WARN_OFF; in perl_parse()
3898 if (! (PL_dowarn & G_WARN_ALL_MASK)) { in Perl_moreswitches()
3899 PL_dowarn |= G_WARN_ON; in Perl_moreswitches()
3904 PL_dowarn = G_WARN_ALL_ON|G_WARN_ON; in Perl_moreswitches()
3909 PL_dowarn = G_WARN_ALL_OFF; in Perl_moreswitches()
H A Dembedvar.h100 # define PL_dowarn (vTHX->Idowarn) macro
H A Dutf8.c74 SAVEI8(PL_dowarn); in Perl__force_out_malformed_utf8_message()
77 PL_dowarn = G_WARN_ALL_ON|G_WARN_ON; in Perl__force_out_malformed_utf8_message()
H A Dop.c4918 U8 oldwarn = PL_dowarn; in S_fold_constants()
5023 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) in S_fold_constants()
5024 PL_dowarn |= G_WARN_ON; in S_fold_constants()
5058 PL_dowarn = oldwarn; in S_fold_constants()
5105 U8 oldwarn = PL_dowarn; in S_gen_constant_list()
5144 if ( ! (PL_dowarn & G_WARN_ALL_MASK)) in S_gen_constant_list()
5145 PL_dowarn |= G_WARN_ON; in S_gen_constant_list()
5172 PL_dowarn = oldwarn; in S_gen_constant_list()
8068 if (shortver >= SHORTVER(5, 35) && !(PL_dowarn & G_WARN_ALL_MASK)) { in Perl_utilize()
8070 PL_dowarn |= G_WARN_ONCE; in Perl_utilize()
H A Dpp_ctl.c2325 else if (old_warnings == pWARN_STD && (PL_dowarn & G_WARN_ON) == 0)
2328 (old_warnings == pWARN_STD && PL_dowarn & G_WARN_ON)) {
4096 if (PL_dowarn & G_WARN_ALL_ON) in S_doeval_compile()
4098 else if (PL_dowarn & G_WARN_ALL_OFF) in S_doeval_compile()
H A Dutil.c2284 return PL_dowarn & G_WARN_ON; in Perl_ckwarn()
H A Dsv.c15753 PL_dowarn = proto_perl->Idowarn;
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.xs416 if ((PL_dowarn & G_WARN_ON) || ckWARN(WARN_SYNTAX)) {
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs170 if (PL_dowarn) warn("Unrecognized iotype %c for %s in binmode",
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12132 # define PL_dowarn dowarn macro
14697 # define ckWARN(a) (PL_dowarn & G_WARN_ON)
14699 # define ckWARN(a) PL_dowarn
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000425 PL_dowarn # M added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs691 RETVAL = ix ? PL_dowarn : PL_sub_generation;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc706 mnd|U8|PL_dowarn