Searched defs:PM_GETRE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.h272 #define PM_GETRE(o) (INT2PTR(REGEXP*,SvIVX(PL_regex_pad[(o)->op_pmoffset]))) macro
274 #define PM_GETRE_SAFE(o) (PL_regex_pad ? PM_GETRE(o) : (REGEXP*)0)
277 #define PM_GETRE(o) ((o)->op_pmregexp) macro
279 #define PM_GETRE_SAFE PM_GETRE

Completed in 315 milliseconds