Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h411 OP_PADRANGE = 394, enumerator
Dpeep.c1712 || kid->op_type == OP_PADRANGE) /* ex-pushmark */ in S_aassign_scan()
1827 case OP_PADRANGE: /* Ignore padrange; checking its siblings is enough */ in S_aassign_scan()
3339 && oldoldop->op_type == OP_PADRANGE in Perl_rpeep()
3396 assert(oldoldop->op_type == OP_PADRANGE); in Perl_rpeep()
3409 OpTYPE_set(o, OP_PADRANGE); in Perl_rpeep()
Ddump.c3194 case OP_PADRANGE: in Perl_debop()
Dsv.c16884 || obase->op_type == OP_PADRANGE
16889 || (obase->op_type == OP_PADRANGE
17592 || (type == OP_PADRANGE)
Dregcomp.c1506 || expr->op_type == OP_PADRANGE); in Perl_re_op_compile()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5180delta.pod2306 A new op type, C<OP_PADRANGE> has been introduced. The perl peephole