Home
last modified time | relevance | path

Searched refs:Perl_newBINOP (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dembed.h389 # define newBINOP(a,b,c,d) Perl_newBINOP(aTHX_ a,b,c,d)
H A Dproto.h2770 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last)
H A Dop.c5963 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) in Perl_newBINOP() function