Searched refs:PL_reg_oldcurpm (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h833 #undef PL_reg_oldcurpm
834 #define PL_reg_oldcurpm (*Perl_Treg_oldcurpm_ptr(aTHX))
H A Dembedvar.h98 #define PL_reg_oldcurpm (vTHX->Treg_oldcurpm) macro
1207 #define PL_reg_oldcurpm (aTHX->Treg_oldcurpm) macro
1347 #define PL_Treg_oldcurpm PL_reg_oldcurpm
H A Dregexec.c2128 PL_reg_oldcurpm = PL_curpm;
4555 PL_curpm = PL_reg_oldcurpm;
H A Dregcomp.c5103 SAVEVPTR(PL_reg_oldcurpm); /* from regexec.c */
H A Dsv.c11392 PL_reg_oldcurpm = (PMOP*)NULL;

Completed in 106 milliseconds