Searched refs:anoncode (Results 1 – 5 of 5) sorted by relevance
118 anoncode sub { }
2815 my $anoncode = $kid = $kid->first;2818 if ($anoncode->name eq "anonconst") {2819 $anoncode = $anoncode->first->first->sibling;2823 if ($anoncode->name eq "anoncode"2824 or !null($anoncode = $kid->sibling) and2825 $anoncode->name eq "anoncode") {2826 return $self->e_anoncode({ code => $self->padval($anoncode->targ) });2851 my ($self, $anoncode) = @_;2853 return $self->e_anoncode( { code => $self->padval($anoncode->targ) } );
67 anoncode anonymous subroutine ck_anoncode s$
11877 OP * anoncode = in Perl_newANONATTRSUB() local11882 anoncode = newUNOP(OP_ANONCONST, OPf_REF, in Perl_newANONATTRSUB()11884 anoncode, in Perl_newANONATTRSUB()11888 return anoncode; in Perl_newANONATTRSUB()
388 reference generation is now done in the C<anoncode> or C<anonconst>