Searched refs:Perl_newBINOP (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | embed.h | 389 # define newBINOP(a,b,c,d) Perl_newBINOP(aTHX_ a,b,c,d)
|
H A D | proto.h | 2770 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last)
|
H A D | op.c | 5963 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) in Perl_newBINOP() function
|