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.c2953 && ( OP_TYPE_IS(sibling->op_next->op_next, OP_LEAVESUB) in Perl_rpeep()
3878 && ( o->op_next->op_next->op_type == OP_LEAVESUB in Perl_rpeep()
H A Dop.c896 case OP_LEAVESUB: in Perl_op_free()
10119 if (type == OP_LEAVESUB) in S_op_const_sv()
10315 : newUNOP(OP_LEAVESUB, 0, voidnonfinal(block)); in Perl_newMYSUB()
10861 : 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.c3062 o->op_type == OP_LEAVESUB || in S_dofindlabel()
H A Dsv.c7196 != OP_LEAVESUB)
15401 case OP_LEAVESUB: