Home
last modified time | relevance | path

Searched refs:OP_PUSHRE (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h31 OP_PUSHRE, /* 13 */ enumerator
Dop.c461 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()
Ddump.c354 if (pm->op_type != OP_PUSHRE && pm->op_pmreplroot) { in Perl_do_pmop_dump()
716 case OP_PUSHRE: in Perl_do_op_dump()
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs408 if (o && (cc_opclass(aTHX_ o) == OPc_PMOP) && o->op_type != OP_PUSHRE in walkoptree()
902 if (o->op_type == OP_PUSHRE) {