Home
last modified time | relevance | path

Searched refs:SVOP (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Db.typemap9 B::SVOP T_OP_OBJ
/openbsd/gnu/usr.bin/perl/ext/B/
H A Dtypemap9 B::SVOP T_OP_OBJ
H A DB.pm73 @B::SVOP::ISA = 'B::OP';
H A DB.xs72 sizeof(SVOP),
449 typedef SVOP *B__SVOP;
831 B::SVOP::sv = 14
832 B::SVOP::gv = 15
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t1608 7 +--gv SVOP(0xNNN) ===> 5 [entersub 0xNNN]
1614 $e =~ s/SVOP/PADOP/g if $threads;
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlinterp.pod544 7 SVOP (0x80fafe0) gvsv GV (0x80fa4cc) *y
546 9 SVOP (0x8179700) gvsv GV (0x80efeb0) *z
548 11 SVOP (0x816dcf0) gvsv GV (0x80fa460) *x
567 10 SVOP (0x816b4f0) rv2sv [15]
568 11 SVOP (0x816dcf0) gv GV (0x80fa460) *x
617 3 SVOP (0x81796c8) gvsv GV (0x80fa4d4) *y
618 4 SVOP (0x8179798) gvsv GV (0x80efeb0) *z
620 6 SVOP (0x816dd38) gvsv GV (0x80fa468) *x
H A Dperl5220delta.pod2821 C<< UNOP/SVOP >> to being C<< METHOP >>.
H A Dperlguts.pod3786 the only core C<PVOP>, C<OP_TRANS>, can sometimes be a C<SVOP> instead.
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Db.t385 SVOP => [ qw(gv sv) ],
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcall150 SvREADONLY_off(((SVOP*)modname)->op_sv);
/openbsd/gnu/usr.bin/perl/
H A Dop.h464 #define cSVOPx(o) ((SVOP*)(o))
H A Dop.c2706 Perl_check_hash_fields_and_hekify(pTHX_ UNOP *rop, SVOP *key_op, int real) in Perl_check_hash_fields_and_hekify()
7735 SVOP *svop; in Perl_newSVOP()
7747 NewOp(1101, svop, 1, SVOP); in Perl_newSVOP()
12422 SVOP * const kid = cSVOPx(cUNOPo->op_first); in Perl_ck_eval()
12614 SVOP * const kid = cSVOPx(cUNOPo->op_first); in Perl_ck_rvconst()
12690 STATIC_ASSERT_STMT(sizeof(PADOP) <= sizeof(SVOP)); in Perl_ck_rvconst()
12716 SVOP * const kid = cSVOPx(cUNOPo->op_first); in Perl_ck_ftst()
13616 SVOP * const kid = cSVOPx(cUNOPo->op_first); in Perl_ck_require()
14999 SVOP *kid = cSVOPx(cUNOPo->op_first); in Perl_ck_trunc()
H A Dpeep.c1310 SVOP *key_op; in S_finalize_op()
H A Dtoke.c7621 SvREFCNT_dec(((SVOP*)pl_yylval.opval)->op_sv); in yyl_constant_op()
7622 ((SVOP*)pl_yylval.opval)->op_sv = SvREFCNT_inc_simple(sv); in yyl_constant_op()
12931 const char *const name = SvPV_nolen_const(((SVOP*)nameop)->op_sv); in Perl_init_named_cv()
H A Ddump.c3177 if ((((SVOP*)o)->op_sv) || !IN_PERL_COMPILETIME) in Perl_debop()
H A Dperl.h3246 typedef struct svop SVOP; typedef
H A Dpp_ctl.c4604 SVOP * const kid = cSVOPx(cUNOP->op_first); in S_require_file()
H A Dproto.h7525 Perl_check_hash_fields_and_hekify(pTHX_ UNOP *rop, SVOP *key_op, int real)
H A Dembed.fnc4782 |NULLOK SVOP *key_op \
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15536 SvREADONLY_off(((SVOP*)modname)->op_sv); in DPPP_()