Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dglobvar.sym40 PL_no_modify
H A Dutil.c1973 Perl_croak_nocontext( "%s", PL_no_modify); in Perl_croak_no_modify()
3711 return PL_no_modify;
H A Dperl.h5414 EXTCONST char PL_no_modify[] variable
H A Dperlio.c1090 Perl_warner(aTHX_ packWARN(WARN_LAYER), "%s", PL_no_modify); in PerlIOScalar_pushed()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables15 PL_no_modify
91 # define PL_no_modify no_modify
402 ppp_TESTVAR(PL_no_modify);
H A Dmess191 #define croak_no_modify() croak_nocontext("%s", PL_no_modify)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppport.fnc68 AmnT|void|PL_no_modify
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dlibperl.t344 ok($symbols{data}{const}{PL_no_modify}{'globals.o'}, "has PL_no_modify");
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges667 * fix PL_ppaddr and PL_no_modify support 5.005 perls
910 PL_no_modify
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007552 PL_no_modify # T
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12110 # define PL_no_modify no_modify macro
15266 #define croak_no_modify() croak_nocontext("%s", PL_no_modify)
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod437 Perl_croak(aTHX_ PL_no_modify);
H A Dperl5140delta.pod3172 C<Perl_croak("%s", PL_no_modify)>.