Lines Matching defs:oright
15225 OP *oright;
15245 if (!(oright = OpSIBLING(cUNOPx(modop)->op_first))) return;
15249 assert(oright->op_type == OP_NULL);
15250 oright = OpSIBLING(oright);
15267 if (OpHAS_SIBLING(oright))
15272 if (oright->op_type != OP_RV2AV
15273 || !cUNOPx(oright)->op_first
15274 || cUNOPx(oright)->op_first->op_type != OP_GV
15277 cGVOPx_gv(cUNOPx(oright)->op_first)
15281 else if (oright->op_type != OP_PADAV
15282 || oright->op_targ != oleft->op_targ
15291 oright->op_flags = oleft->op_flags;