Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h55 OP_AASSIGN, /* 37 */ enumerator
Dop.c1233 case OP_AASSIGN: in Perl_mod()
1355 if (type == OP_AASSIGN || type == OP_SASSIGN) in Perl_mod()
3300 left = mod(left, OP_AASSIGN); in Perl_newASSIGNOP()
3308 o = newBINOP(OP_AASSIGN, flags, list(force_list(right)), curop); in Perl_newASSIGNOP()
5686 case OP_AASSIGN: /* Is this a good idea? */ in Perl_ck_defined()
6895 if (!o2 || o2->op_type != OP_AASSIGN in Perl_peep()
Ddump.c486 else if (o->op_type == OP_AASSIGN) { in Perl_do_op_dump()
Dsv.c4051 !(PL_op && PL_op->op_type == OP_AASSIGN)) in Perl_sv_setsv_flags()