Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dutil.c1268 if (PL_warnhook) { in Perl_vwarn()
1270 SV * const oldwarnhook = PL_warnhook; in Perl_vwarn()
1276 SAVESPTR(PL_warnhook); in Perl_vwarn()
1277 PL_warnhook = Nullsv; in Perl_vwarn()
1285 SAVESPTR(PL_warnhook); in Perl_vwarn()
1286 PL_warnhook = Nullsv; in Perl_vwarn()
Dembedvar.h474 #define PL_warnhook (PERL_GET_INTERP->Iwarnhook) macro
799 #define PL_warnhook (vTHX->Iwarnhook) macro
1127 #define PL_Iwarnhook PL_warnhook
Dperlapi.h684 #undef PL_warnhook
685 #define PL_warnhook (*Perl_Iwarnhook_ptr(aTHX))
Dmg.c1168 svp = &PL_warnhook; in Perl_magic_clearsig()
1315 svp = &PL_warnhook; in Perl_magic_setsig()
Dperl.c851 SvREFCNT_dec(PL_warnhook); in perl_destruct()
852 PL_warnhook = Nullsv; in perl_destruct()
Dperlio.c768 SAVEGENERICSV(PL_warnhook);
770 PL_warnhook = (SV *) cv;
Dsv.c11082 PL_warnhook = sv_dup_inc(proto_perl->Iwarnhook, param); in perl_clone_using()
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs593 ST(0) = make_sv_object(aTHX_ sv_newmortal(), PL_warnhook);