Home
last modified time | relevance | path

Searched refs:anoncode (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t118 anoncode sub { }
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm2815 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) and
2825 $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) } );
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes67 anoncode anonymous subroutine ck_anoncode s$
/openbsd/gnu/usr.bin/perl/
H A Dop.c11877 OP * anoncode = in Perl_newANONATTRSUB() local
11882 anoncode = newUNOP(OP_ANONCONST, OPf_REF, in Perl_newANONATTRSUB()
11884 anoncode, in Perl_newANONATTRSUB()
11888 return anoncode; in Perl_newANONATTRSUB()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5380delta.pod388 reference generation is now done in the C<anoncode> or C<anonconst>