Home
last modified time | relevance | path

Searched refs:LISTOP (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
H A Db.t377 LISTOP => [ qw(children) ],
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Db.typemap7 B::LISTOP T_OP_OBJ
/openbsd/gnu/usr.bin/perl/ext/B/
H A Dtypemap7 B::LISTOP T_OP_OBJ
H A DB.pm72 @B::LISTOP::ISA = 'B::BINOP';
H A DB.xs70 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 DPeek.t1577 1 leave LISTOP(0xNNN) ===> [0x0]
/openbsd/gnu/usr.bin/perl/
H A Dop.h461 #define cLISTOPx(o) ((LISTOP*)(o))
H A Dpeep.c427 STATIC_ASSERT_STMT( STRUCT_OFFSET(LISTOP, op_last) in S_maybe_multiconcat()
3706 LISTOP *enter, *exlist; in Perl_rpeep()
H A Dop.c2339 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 Dperl.h3243 typedef struct listop LISTOP; typedef
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlinterp.pod538 1 LISTOP (0x8179888) leave
580 1 LISTOP (0x8179888) leave
622 8 LISTOP (0x8179900) leave
H A Dperl5400delta.pod1270 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 Dperlguts.pod2481 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 Dperl5260delta.pod2516 changed from class C<LISTOP> to C<PMOP>.
H A Dperldiag.pod956 Perl was trying to find the class (e.g. LISTOP) of a particular OP,
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs692 LISTOP *listop; in THX_mkLISTOP()
693 NewOp(1103, listop, 1, LISTOP); in THX_mkLISTOP()