Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dop.h285 PADOFFSET op_pmtargetoff; /* For OP_SPLIT lex ary or thr GV */ member
Dpp.c6640 SAVECLEARSV(PAD_SVl(pm->op_pmreplrootu.op_pmtargetoff));
6641 ary = (AV *)PAD_SVl(pm->op_pmreplrootu.op_pmtargetoff);
6646 MUTABLE_GV(PAD_SVl(pm->op_pmreplrootu.op_pmtargetoff));
Dop.c1167 pad_free(cPMOPo->op_pmreplrootu.op_pmtargetoff); in Perl_op_clear()
1170 pad_swipe(cPMOPo->op_pmreplrootu.op_pmtargetoff, TRUE); in Perl_op_clear()
8542 cPMOPx(right)->op_pmreplrootu.op_pmtargetoff in Perl_newASSIGNOP()
8554 cPMOPx(right)->op_pmreplrootu.op_pmtargetoff = left->op_targ; in Perl_newASSIGNOP()
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs971 sv_setiv(ret, cPMOPo->op_pmreplrootu.op_pmtargetoff);