Searched refs:Perl_newBINOP (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 725 #define newBINOP Perl_newBINOP 3251 #define newBINOP(a,b,c,d) Perl_newBINOP(aTHX_ a,b,c,d)
|
H A D | proto.h | 499 PERL_CALLCONV OP* Perl_newBINOP(pTHX_ I32 type, I32 flags, OP* first, OP* last);
|
H A D | op.c | 2288 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) function
|
Completed in 63 milliseconds