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