Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c5890 METHOP *methop; in S_newMETHOP_internal() local
5895 NewOp(1101, methop, 1, METHOP); in S_newMETHOP_internal()
5898 methop->op_flags = (U8)(flags | OPf_KIDS); in S_newMETHOP_internal()
5899 methop->op_u.op_first = dynamic_meth; in S_newMETHOP_internal()
5907 methop->op_flags = (U8)(flags & ~OPf_KIDS); in S_newMETHOP_internal()
5908 methop->op_u.op_meth_sv = const_meth; in S_newMETHOP_internal()
5910 methop->op_next = (OP*)methop; in S_newMETHOP_internal()
5914 methop->op_rclass_targ = 0; in S_newMETHOP_internal()
5916 methop->op_rclass_sv = NULL; in S_newMETHOP_internal()
5919 OpTYPE_set(methop, type); in S_newMETHOP_internal()
[all …]
H A Dop.h258 struct methop { struct
H A Dperl.h3250 typedef struct methop METHOP;
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes16 # pvop/svop - " cop - ; methop - .