Searched refs:pmruntime (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c2361 { yyval.opval = pmruntime(yyvsp[-3].opval, yyvsp[-1].opval, Nullop); }
2365 { yyval.opval = pmruntime(yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval); }
H A Dop.c1777 pmruntime(newPMOP(OP_MATCH, 0), right, Nullop));
6040 kid = pmruntime( newPMOP(OP_MATCH, OPf_SPECIAL), kid, Nullop);
H A Dembed.h836 #define pmruntime Perl_pmruntime macro
3362 #define pmruntime(a,b,c) Perl_pmruntime(aTHX_ a,b,c) macro

Completed in 71 milliseconds