Home
last modified time | relevance | path

Searched refs:OPpEARLY_CV (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500600079 OPpEARLY_CV # E
/openbsd/gnu/usr.bin/perl/lib/B/
H A DOp_private.pm652 OPpEARLY_CV => 32,
771 OPpEARLY_CV => 'EARLYCV',
866 OPpEARLY_CV => [qw(gv)],
/openbsd/gnu/usr.bin/perl/
H A Dopcode.h2354 #define OPpEARLY_CV 0x20 macro
3112 /* GV */ (OPpEARLY_CV),
H A Dpeep.c1275 if ((o->op_private & OPpEARLY_CV) && ckWARN(WARN_PROTOTYPE)) { in S_finalize_op()
2147 ASSUME(!(o->op_private & ~(OPpEARLY_CV))); in S_maybe_multideref()
2783 ASSUME(!(o2->op_private & ~OPpEARLY_CV)); in Perl_rpeep()
H A Dop.c14213 rvop->op_private |= OPpEARLY_CV; in Perl_rv2cv_op_cv()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3474 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
3476 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
3496 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
3498 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
3507 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
3509 if (cUNOPx(o)->op_first->op_private & OPpEARLY_CV) croak_fail();
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000345 OPpEARLY_CV # E
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc464 Amnhd||OPpEARLY_CV