Searched refs:Perl_newATTRSUB (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 4102 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 D | embed.h | 1237 #define newATTRSUB Perl_newATTRSUB 3755 #define newATTRSUB(a,b,c,d,e) Perl_newATTRSUB(aTHX_ a,b,c,d,e)
|
H A D | proto.h | 904 PERL_CALLCONV CV* Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block);
|
Completed in 66 milliseconds