Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h205 OP_LEAVESUB = 188, enumerator
H A Dpeep.c2936 && ( OP_TYPE_IS(sibling->op_next->op_next, OP_LEAVESUB) in Perl_rpeep()
3917 && ( o->op_next->op_next->op_type == OP_LEAVESUB in Perl_rpeep()
H A Dop.c886 case OP_LEAVESUB: in Perl_op_free()
9979 if (type == OP_LEAVESUB) in S_op_const_sv()
10164 : newUNOP(OP_LEAVESUB, 0, voidnonfinal(block)); in Perl_newMYSUB()
10701 : newUNOP(OP_LEAVESUB, 0, voidnonfinal(block)); in Perl_newATTRSUB_x()
H A Ddump.c1393 case OP_LEAVESUB: in S_do_op_dump_bar()
H A Dpp_ctl.c2854 o->op_type == OP_LEAVESUB || in S_dofindlabel()
H A Dsv.c7127 != OP_LEAVESUB)
15329 case OP_LEAVESUB: