Home
last modified time | relevance | path

Searched refs:lastop (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/B/B/
DConcise.pm523 $labels{${$op->lastop}} = "LAST";
545 sequence($op->lastop);
942 $h{arg} = "(next->" . seq($op->nextop) . " last->" . seq($op->lastop)
DXref.pm237 xref($op->lastop);
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.pm258 walkoptree_exec($op->lastop, $method, $level + 1);
DB.xs828 B::LOOP::lastop = 11
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Db.t379 LOOP => [ qw(lastop nextop redoop) ],
/openbsd/src/gnu/usr.bin/perl/
Dop.c1624 OP *lastop; in Perl_op_sibling_splice() local
1643 lastop = last_ins ? last_ins : start ? start : NULL; in Perl_op_sibling_splice()
1649 cLISTOPx(parent)->op_last = lastop; in Perl_op_sibling_splice()
1651 if (lastop) in Perl_op_sibling_splice()
1652 OpLASTSIB_set(lastop, parent); in Perl_op_sibling_splice()
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm379 $self->_pessimise_walk_exe($op->lastop, $visited);