Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dpeep.c1094 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()
H A Dop.h284 OP * op_pmreplroot; /* For OP_SUBST */ member
H A Ddump.c932 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()
H A Dop.c1159 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()
H A Dpp_hot.c5515 return cPMOP->op_pmreplrootu.op_pmreplroot; in PP()
/openbsd-src/gnu/usr.bin/perl/ext/B/
H A DB.xs359 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot
982 OP *const root = cPMOPo->op_pmreplrootu.op_pmreplroot;