Home
last modified time | relevance | path

Searched refs:OP_LEAVESUBLV (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h186 OP_LEAVESUBLV, /* 168 */ enumerator
Dop.c347 case OP_LEAVESUBLV: in Perl_op_free()
1230 if (type == OP_LEAVESUBLV) in Perl_mod()
1261 if (type == OP_LEAVESUBLV) in Perl_mod()
1295 if (type == OP_LEAVESUBLV) in Perl_mod()
1311 if (type == OP_LEAVESUBLV) in Perl_mod()
1340 if (type != OP_LEAVESUBLV) in Perl_mod()
1352 if (type != OP_LEAVESUBLV) in Perl_mod()
1363 && type != OP_LEAVESUBLV) in Perl_mod()
4446 CvROOT(cv) = newUNOP(OP_LEAVESUBLV, 0, in Perl_newATTRSUB()
4447 mod(scalarseq(block), OP_LEAVESUBLV)); in Perl_newATTRSUB()
[all …]
Ddump.c481 o->op_type == OP_LEAVESUBLV || in Perl_do_op_dump()
725 case OP_LEAVESUBLV: in Perl_do_op_dump()
Dsv.c10679 case OP_LEAVESUBLV: in Perl_ss_dup()