Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h55 OP_AASSIGN = 38, enumerator
H A Dop.c2370 case OP_AASSIGN: { in Perl_scalarvoid()
3199 if (type != OP_AASSIGN) in Perl_op_lvalue_flags()
3237 case OP_AASSIGN: in Perl_op_lvalue_flags()
3312 || ( type != OP_SASSIGN && type != OP_AASSIGN in Perl_op_lvalue_flags()
3444 if (type != OP_AASSIGN && type != OP_SASSIGN in Perl_op_lvalue_flags()
3454 if (type != OP_AASSIGN) goto nomod; in Perl_op_lvalue_flags()
3514 if (type == OP_AASSIGN || type == OP_SASSIGN) in Perl_op_lvalue_flags()
8301 left = op_lvalue(left, OP_AASSIGN); in Perl_newASSIGNOP()
8303 o = newBINOP(OP_AASSIGN, flags, list(op_force_list(right)), curop); in Perl_newASSIGNOP()
H A Dpeep.c4065 case OP_AASSIGN: { in Perl_rpeep()
H A Dsv.c17277 case OP_AASSIGN:
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dop1644 local(@a = (1,2)); # OP_AASSIGN
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5240delta.pod1209 C<OP_AASSIGN>.