Searched refs:methop (Results 1 – 4 of 4) sorted by relevance
5890 METHOP *methop; in S_newMETHOP_internal() local5895 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 …]
258 struct methop { struct
3250 typedef struct methop METHOP;
16 # pvop/svop - " cop - ; methop - .