Searched refs:LISTOP (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | terse.t | 40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
|
H A D | b.t | 377 LISTOP => [ qw(children) ],
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/ |
H A D | b.typemap | 7 B::LISTOP T_OP_OBJ
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | typemap | 7 B::LISTOP T_OP_OBJ
|
H A D | B.pm | 72 @B::LISTOP::ISA = 'B::BINOP';
|
H A D | B.xs | 70 sizeof(LISTOP), 447 typedef LISTOP *B__LISTOP; 850 B::LISTOP::children = 33 960 for (kid = ((LISTOP*)o)->op_first; kid; kid = OpSIBLING(kid))
|
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/ |
H A D | Peek.t | 1577 1 leave LISTOP(0xNNN) ===> [0x0]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | op.h | 461 #define cLISTOPx(o) ((LISTOP*)(o))
|
H A D | peep.c | 427 STATIC_ASSERT_STMT( STRUCT_OFFSET(LISTOP, op_last) in S_maybe_multiconcat() 3706 LISTOP *enter, *exlist; in Perl_rpeep()
|
H A D | op.c | 2339 LISTOP *exlist; in Perl_scalarvoid() 4191 LISTOP * const lrops = cLISTOPx(rops); /* for brevity */ in Perl_my_attrs() 5668 LISTOP *listop; in Perl_newLISTOP() 5677 NewOp(1101, listop, 1, LISTOP); in Perl_newLISTOP() 7420 LISTOP *leaveop = cLISTOPx(cLISTOPx(child)->op_first); in Perl_pmruntime() 9464 LISTOP *list = cLISTOPx(sv); in Perl_newFOROP() 9552 LISTOP* listop; in Perl_newFOROP() 9590 Copy(loop,tmp,1,LISTOP); in Perl_newFOROP()
|
H A D | perl.h | 3243 typedef struct listop LISTOP; typedef
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlinterp.pod | 538 1 LISTOP (0x8179888) leave 580 1 LISTOP (0x8179888) leave 622 8 LISTOP (0x8179900) leave
|
H A D | perl5400delta.pod | 1270 C<LISTOP> optree fragments. C<newLISTOPn()> is a variadic function that takes 1272 C<LISTOP> to contain them all. This is simpler than creating a new plain
|
H A D | perlguts.pod | 2481 op is a C<LISTOP>, which has any number of children. In this case, the 2490 =for apidoc Ayh||LISTOP 2495 C<op_children> field is non-zero, it behaves like a C<LISTOP>. To 2503 Finally, there is a C<LOGOP>, or logic op. Like a C<LISTOP>, this has one
|
H A D | perl5260delta.pod | 2516 changed from class C<LISTOP> to C<PMOP>.
|
H A D | perldiag.pod | 956 Perl was trying to find the class (e.g. LISTOP) of a particular OP,
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 692 LISTOP *listop; in THX_mkLISTOP() 693 NewOp(1103, listop, 1, LISTOP); in THX_mkLISTOP()
|