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.c2379 case OP_AASSIGN: { in Perl_scalarvoid()
3219 if (type != OP_AASSIGN) in Perl_op_lvalue_flags()
3257 case OP_AASSIGN: in Perl_op_lvalue_flags()
3332 || ( type != OP_SASSIGN && type != OP_AASSIGN in Perl_op_lvalue_flags()
3464 if (type != OP_AASSIGN && type != OP_SASSIGN in Perl_op_lvalue_flags()
3474 if (type != OP_AASSIGN) goto nomod; in Perl_op_lvalue_flags()
3534 if (type == OP_AASSIGN || type == OP_SASSIGN) in Perl_op_lvalue_flags()
8466 left = op_lvalue(left, OP_AASSIGN); in Perl_newASSIGNOP()
8468 o = newBINOP(OP_AASSIGN, flags, list(op_force_list(right)), curop); in Perl_newASSIGNOP()
H A Dpeep.c4031 case OP_AASSIGN: { in Perl_rpeep()
H A Dsv.c17353 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>.