Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dop.c2768 LOGOP *rcop; in Perl_pmruntime() local
2815 NewOp(1101, rcop, 1, LOGOP); in Perl_pmruntime()
2816 rcop->op_type = OP_REGCOMP; in Perl_pmruntime()
2817 rcop->op_ppaddr = PL_ppaddr[OP_REGCOMP]; in Perl_pmruntime()
2818 rcop->op_first = scalar(expr); in Perl_pmruntime()
2819 rcop->op_flags |= ((PL_hints & HINT_RE_EVAL) in Perl_pmruntime()
2822 rcop->op_private = 1; in Perl_pmruntime()
2823 rcop->op_other = o; in Perl_pmruntime()
2828 rcop->op_next = expr; in Perl_pmruntime()
2829 ((UNOP*)expr)->op_first->op_next = (OP*)rcop; in Perl_pmruntime()
[all …]