Home
last modified time | relevance | path

Searched refs:newLISTOP (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dperly.y639 $$ = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
1393 newLISTOP(OP_ASLICE, 0,
1403 newLISTOP(OP_KVASLICE, 0,
1413 newLISTOP(OP_HSLICE, 0,
1423 newLISTOP(OP_KVHSLICE, 0,
Dclass.c908 o = newLISTOP(OP_LINESEQ, 0, o, NULL); in Perl_class_wrap_method_body()
1032 retop = newLISTOP(OP_RETURN, 0, in apply_field_attribute_reader()
1145 PadnameFIELDINFO(pn)->defop = newLISTOP(OP_LINESEQ, 0, in Perl_class_set_field_defop()
Dperly.act712 (yyval.opval) = newLISTOP(OP_DIE, 0, newOP(OP_PUSHMARK, 0),
1862 newLISTOP(OP_ASLICE, 0,
1876 newLISTOP(OP_KVASLICE, 0,
1890 newLISTOP(OP_HSLICE, 0,
1904 newLISTOP(OP_KVHSLICE, 0,
Dop.c4509 o = newLISTOP(OP_SCOPE, 0, o, NULL); in Perl_op_scope()
5428 return newLISTOP(type, 0, first, last); in Perl_op_append_elem()
5509 return newLISTOP(type, 0, first, last); in Perl_op_prepend_elem()
5613 o = newLISTOP(OP_LIST, 0, o, NULL); in S_force_list()
5733 OP *o = newLISTOP(OP_LIST, 0, NULL, NULL); in Perl_newLISTOPn()
8244 newLISTOP(OP_LIST, 0, arg, in S_new_entersubop()
9558 listop = cLISTOPx(newLISTOP(OP_LIST, 0, left, right)); in Perl_newFOROP()
9962 OP *o = newLISTOP(OP_LINESEQ, 0, newDEFEROP((OPpDEFER_FINALLY << 8), finally), block); in Perl_op_wrap_finally()
Dpeep.c3027 newop = newLISTOP(OP_LIST, 0, pad1, pad2); in Perl_rpeep()
Dembed.h404 # define newLISTOP(a,b,c,d) Perl_newLISTOP(aTHX_ a,b,c,d) macro
Dembed.fnc2181 ARdp |OP * |newLISTOP |I32 type \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007342 newLISTOP # T
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5003007940 newLISTOP # T
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4708 OP *o = newLISTOP(OP_CUSTOM, 0, NULL, NULL); in test_newOP_CUSTOM()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1491 ApdR |OP* |newLISTOP |I32 type|I32 flags|NULLOK OP* first|NULLOK OP* last