Searched refs:PL_sawampersand (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h527 #undef PL_sawampersand
528 #define PL_sawampersand (*Perl_Isawampersand_ptr(aTHX))
H A Dembedvar.h403 #define PL_sawampersand (PERL_GET_INTERP->Isawampersand) macro
725 #define PL_sawampersand (vTHX->Isawampersand) macro
1050 #define PL_Isawampersand PL_sawampersand
H A Dpp_hot.c1295 || SvTEMP(TARG) || PL_sawampersand)
1321 && !PL_sawampersand
1441 if (PL_sawampersand) {
2026 r_flags = (rx->nparens || SvTEMP(TARG) || PL_sawampersand)
2043 && !PL_sawampersand
H A Dgv.c900 PL_sawampersand = TRUE;
H A Dperl.c670 PL_sawampersand = FALSE; /* must save all match strings */
1888 PL_sawampersand ? "Enabling" : "Omitting"));
H A Dsv.c10845 PL_sawampersand = proto_perl->Isawampersand;

Completed in 213 milliseconds