Searched refs:Perl_newSUB (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 721 #define newSUB Perl_newSUB 3247 #define newSUB(a,b,c,d) Perl_newSUB(aTHX_ a,b,c,d)
|
H A D | proto.h | 495 PERL_CALLCONV CV* Perl_newSUB(pTHX_ I32 floor, OP* o, OP* proto, OP* block);
|
H A D | op.c | 4100 Perl_newSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *block) function
|
Completed in 51 milliseconds