Searched refs:OP_PUSHRE (Results 1 – 4 of 4) sorted by relevance
31 OP_PUSHRE, /* 13 */ enumerator
461 case OP_PUSHRE: in Perl_op_clear()644 if ((kid = cLISTOPo->op_first) && kid->op_type == OP_PUSHRE) { in Perl_scalar()906 if ((kid = cLISTOPo->op_first) && kid->op_type == OP_PUSHRE) { in Perl_scalarvoid()2889 else if (curop->op_type == OP_PUSHRE) in Perl_pmruntime()3365 else if (curop->op_type == OP_PUSHRE) { in Perl_newASSIGNOP()3389 tmpop->op_type == OP_PUSHRE) in Perl_newASSIGNOP()6158 kid->op_type = OP_PUSHRE; in Perl_ck_split()6159 kid->op_ppaddr = PL_ppaddr[OP_PUSHRE]; in Perl_ck_split()
354 if (pm->op_type != OP_PUSHRE && pm->op_pmreplroot) { in Perl_do_pmop_dump()716 case OP_PUSHRE: in Perl_do_op_dump()
408 if (o && (cc_opclass(aTHX_ o) == OPc_PMOP) && o->op_type != OP_PUSHRE in walkoptree()902 if (o->op_type == OP_PUSHRE) {