Lines Matching defs:rop
2700 * rop is the op that retrieves the hash;
2706 Perl_check_hash_fields_and_hekify(pTHX_ UNOP *rop, SVOP *key_op, int real)
2713 if (rop) {
2714 if (rop->op_first->op_type == OP_PADSV)
2716 rop = cUNOPx(rop->op_first);
2719 if (rop->op_first->op_type == OP_SCOPE
2720 && cLISTOPx(rop->op_first)->op_last->op_type == OP_PADSV)
2722 rop = cUNOPx(cLISTOPx(rop->op_first)->op_last);
2725 rop = NULL;
2733 rop
2734 && (lexname = padnamelist_fetch(PL_comppad_name, rop->op_targ),
3820 OP *rop;
3829 rop = newSVOP(OP_CONST, o->op_flags, SvREFCNT_inc_NN(cSVOPo->op_sv));
3832 rop = NULL;
3835 rop = op_append_elem(OP_LIST, rop,
3840 return rop;