Searched refs:op_pmreplroot (Results 1 – 6 of 6) sorted by relevance
1094 if (cPMOPo->op_pmreplrootu.op_pmreplroot) { in S_optimize_op() 1095 /* we can't assume that op_pmreplroot->op_sibparent == o in S_optimize_op() 1097 * past op_pmreplroot. So, although we try to avoid in S_optimize_op() 1102 optimize_op(cPMOPo->op_pmreplrootu.op_pmreplroot); in S_optimize_op() 1354 if (cPMOPo->op_pmreplrootu.op_pmreplroot) in S_finalize_op() 1355 finalize_op(cPMOPo->op_pmreplrootu.op_pmreplroot); in S_finalize_op()
284 OP * op_pmreplroot; /* For OP_SUBST */ member
932 if (pm->op_pmreplrootu.op_pmreplroot) { in S_do_pmop_dump_bar() 935 (kidbar|cBOOL(OpHAS_SIBLING(pm->op_pmreplrootu.op_pmreplroot))), in S_do_pmop_dump_bar() 936 file, pm->op_pmreplrootu.op_pmreplroot); in S_do_pmop_dump_bar()
1159 op_free(cPMOPo->op_pmreplrootu.op_pmreplroot); in Perl_op_clear() 1183 cPMOPo->op_pmreplrootu.op_pmreplroot = NULL; in Perl_op_clear() 7711 pm->op_pmreplrootu.op_pmreplroot = scalar((OP*)rcop); in Perl_newGVOP()
5515 return cPMOP->op_pmreplrootu.op_pmreplroot; in PP()
359 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot982 OP *const root = cPMOPo->op_pmreplrootu.op_pmreplroot;