Searched refs:Perl_newLISTOP (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 734 #define newLISTOP Perl_newLISTOP 3260 #define newLISTOP(a,b,c,d) Perl_newLISTOP(aTHX_ a,b,c,d)
|
H A D | proto.h | 508 PERL_CALLCONV OP* Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP* first, OP* last);
|
H A D | op.c | 2213 Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) function
|
Completed in 52 milliseconds