Lines Matching defs:other
358 /* No GvIN_PAD_off(cGVOPo_gv) here, because other references
409 /* No GvIN_PAD_off here, because other references may still
3418 Perl_newLOGOP(pTHX_ I32 type, I32 flags, OP *first, OP *other)
3420 return new_logop(type, flags, &first, &other);
3429 OP *other = *otherp;
3432 return newBINOP(type, flags, scalar(first), scalar(other));
3458 if (other->op_type == OP_CONST)
3459 other->op_private |= OPpCONST_SHORTCIRCUIT;
3460 return other;
3463 op_free(other);
3508 if (!other)
3512 other->op_private |= OPpASSIGN_BACKWARDS; /* other is an OP_SASSIGN */
3520 logop->op_other = LINKLIST(other);
3526 first->op_sibling = other;
3531 other->op_next = o;