Searched refs:Perl_newLOGOP (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 712 #define newLOGOP Perl_newLOGOP 3238 #define newLOGOP(a,b,c,d) Perl_newLOGOP(aTHX_ a,b,c,d)
|
H A D | proto.h | 486 PERL_CALLCONV OP* Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP* left, OP* right);
|
H A D | op.c | 3418 Perl_newLOGOP(pTHX_ I32 type, I32 flags, OP *first, OP *other) function
|
Completed in 49 milliseconds