Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.h265 } op_u; member
540 # define cMETHOPx_meth(v) (cMETHOPx(v)->op_u.op_meth_sv \
541 ? cMETHOPx(v)->op_u.op_meth_sv : PAD_SVl((v)->op_targ))
551 # define cMETHOPx_meth(v) (cMETHOPx(v)->op_u.op_meth_sv)
H A Dpeep.c1304 op_relocate_sv(&cMETHOPo->op_u.op_meth_sv, &o->op_targ); in S_finalize_op()
H A Dop.c1104 SvREFCNT_dec(cMETHOPo->op_u.op_meth_sv); in Perl_op_clear()
1105 cMETHOPo->op_u.op_meth_sv = NULL; in Perl_op_clear()
5899 methop->op_u.op_first = dynamic_meth; in S_newMETHOP_internal()
5908 methop->op_u.op_meth_sv = const_meth; in S_newMETHOP_internal()
H A Dperl.c3192 method_op.op_u.op_meth_sv = sv; in Perl_call_sv()
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs1074 ? cMETHOPo->op_u.op_first : NULL);
1080 ? NULL : cMETHOPo->op_u.op_meth_sv);