Home
last modified time | relevance | path

Searched refs:OP_PADCV (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h408 OP_PADCV = 391, enumerator
H A Dinline.h4093 || type == OP_PADCV); in Perl_newPADxVOP()
H A Dop.c2922 else if (kid->op_type == OP_PADCV) { in S_lvref()
12026 OpTYPE_set(o, OP_PADCV); in Perl_newCVREF()
13548 if (kid->op_type != OP_PADCV) goto bad; in Perl_ck_refassign()
13823 newPADxVOP(OP_PADCV, 0, off)); in Perl_ck_sort()
14224 case OP_PADCV: { in Perl_rv2cv_op_cv()