Searched refs:rcop (Results 1 – 1 of 1) sorted by relevance
7352 LOGOP *rcop; in Perl_pmruntime() local7640 rcop = alloc_LOGOP(OP_REGCOMP, scalar(expr), o); in Perl_pmruntime()7643 rcop->op_targ = cv_targ; in Perl_pmruntime()7652 rcop->op_next = expr; in Perl_pmruntime()7653 cUNOPx(expr)->op_first->op_next = (OP*)rcop; in Perl_pmruntime()7656 rcop->op_next = LINKLIST(expr); in Perl_pmruntime()7657 expr->op_next = (OP*)rcop; in Perl_pmruntime()7705 rcop->op_private = 1; in Perl_pmruntime()7708 rcop->op_next = LINKLIST(repl); in Perl_pmruntime()7709 repl->op_next = (OP*)rcop; in Perl_pmruntime()[all …]