Home
last modified time | relevance | path

Searched refs:op_nextop (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c3611 while (cLOOP->op_nextop->op_type == OP_NULL) in Perl_rpeep()
3612 cLOOP->op_nextop = cLOOP->op_nextop->op_next; in Perl_rpeep()
Dop.h454 OP * op_nextop; member
Dpp_ctl.c3022 return (cx)->blk_loop.my_op->op_nextop; in PP()
6324 return cx->blk_loop.my_op->op_nextop; in PP()
Ddump.c1360 S_opdump_link(aTHX_ o, cLOOPo->op_nextop, file); in S_do_op_dump_bar()
Dop.c9388 loop->op_nextop = next; in Perl_newWHILEOP()
9390 loop->op_nextop = o; in Perl_newWHILEOP()
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs435 SP = oplist(aTHX_ cLOOPo->op_nextop, SP); in oplist()
538 { STR_WITH_LEN("nextop"), OPp, STRUCT_OFFSET(struct loop, op_nextop), },/*10*/