Searched refs:Perl_newATTRSUB (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c4102 return Perl_newATTRSUB(aTHX_ floor, o, proto, Nullop, block);
4106 Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block) function
H A Dembed.h1237 #define newATTRSUB Perl_newATTRSUB
3755 #define newATTRSUB(a,b,c,d,e) Perl_newATTRSUB(aTHX_ a,b,c,d,e)
H A Dproto.h904 PERL_CALLCONV CV* Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block);

Completed in 48 milliseconds