Searched refs:newFOROP (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5013007 | 29 newFOROP # A
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perly.y | 521 $$ = block_end($remember, newFOROP(0, $my_scalar, $mexpr, $mblock, $cont)); 530 $$ = block_end($remember, newFOROP(0, $my_list_of_scalars, $mexpr, $mblock, $cont)); 535 $$ = block_end($remember, newFOROP(0, 545 newFOROP(0, 556 $$ = block_end($remember, newFOROP( 565 newFOROP(0, NULL, $mexpr, $mblock, $cont)); 690 { $$ = newFOROP(0, NULL, $condition, $body, NULL);
|
H A D | perly.act | 526 …(yyval.opval) = block_end((ps[-6].val.ival), newFOROP(0, (ps[-5].val.opval), (ps[-3].val.opval), (… 537 Flag it so it can be special-cased in newFOROP */ 539 …(yyval.opval) = block_end((ps[-8].val.ival), newFOROP(0, (ps[-6].val.opval), (ps[-3].val.opval), (… 548 (yyval.opval) = block_end((ps[-4].val.ival), newFOROP(0, 566 newFOROP(0, 581 (yyval.opval) = block_end((ps[-4].val.ival), newFOROP( 594 newFOROP(0, NULL, (ps[-3].val.opval), (ps[-1].val.opval), (ps[0].val.opval))); 790 … { (yyval.opval) = newFOROP(0, NULL, (ps[0].val.opval), (ps[-2].val.opval), NULL);
|
H A D | embed.h | 397 # define newFOROP(a,b,c,d,e) Perl_newFOROP(aTHX_ a,b,c,d,e) macro
|
H A D | embed.fnc | 2159 ARdp |OP * |newFOROP |I32 flags \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5013007 | 44 newFOROP # A
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5140delta.pod | 3259 =head3 Calling conventions for C<newFOROP> and C<newWHILEOP> 3262 result, the newFOROP() constructor function no longer takes a parameter 3265 The newWHILEOP() and newFOROP() functions no longer accept a line
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 4591 o = newFOROP(0, 0, newOP(OP_PUSHMARK, 0), 0, 0); in test_newFOROP_without_slab()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1450 ApdR |OP* |newFOROP |I32 flags|NULLOK OP* sv|NN OP* expr|NULLOK OP* block|NULLOK OP* cont
|