Home
last modified time | relevance | path

Searched refs:gv_fetchsv (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dgv18 gv_fetchsv
33 __UNDEFINED__ gv_fetchsv(name, flags, svt) gv_fetchpv(SvPV_nolen_const(name), flags, svt)
95 gv_fetchsv(name)
98 RETVAL = newRV_inc((SV*)gv_fetchsv(name, 0, SVt_PV));
129 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dgv32 __UNDEFINED__ gv_fetchsv(name, flags, svt) gv_fetchpv(SvPV_nolen_const(name), flags, svt)
94 gv_fetchsv(name)
97 RETVAL = newRV_inc((SV*)gv_fetchsv(name, 0, SVt_PV));
128 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dgv34 __UNDEFINED__ gv_fetchsv(name, flags, svt) gv_fetchpv(SvPV_nolen_const(name), flags, svt)
104 gv_fetchsv(name)
107 RETVAL = newRV_inc((SV*)gv_fetchsv(name, 0, SVt_PV));
138 ok(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dgv32 __UNDEFINED__ gv_fetchsv(name, flags, svt) gv_fetchpv(SvPV_nolen_const(name), flags, svt)
94 gv_fetchsv(name)
97 RETVAL = newRV_inc((SV*)gv_fetchsv(name, 0, SVt_PV));
128 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dgv32 __UNDEFINED__ gv_fetchsv(name, flags, svt) gv_fetchpv(SvPV_nolen_const(name), flags, svt)
94 gv_fetchsv(name)
97 RETVAL = newRV_inc((SV*)gv_fetchsv(name, 0, SVt_PV));
128 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/devel/p5-B-C/B-C-1.57/Stash/
H A DStash.xs18 GV *const gv = gv_fetchsv(cvname, 0, SVt_PVCV);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500900216 gv_fetchsv # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D50090027 gv_fetchsv # U
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dgv.t59 ok(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dgv.t63 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dgv.t63 is(Devel::PPPort::gv_fetchsv("Devel::PPPort::VERSION"), \*Devel::PPPort::VERSION);
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500900217 gv_fetchsv # U
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500900217 gv_fetchsv # U
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500900217 gv_fetchsv # U
/dports/devel/p5-Sub-Name/Sub-Name-0.26/
H A DName.xs90 else if ((gv = gv_fetchsv(sub, FALSE, SVt_PVCV)))
/dports/devel/p5-bareword-filehandles/bareword-filehandles-0.007/
H A Dfilehandles.xs41 const GV *gv = gv_fetchsv(cSVOPx(argop)->op_sv, 0, SVt_PVIO); in THX_bareword_croak_unless_builtin_op()
/dports/devel/p5-Lexical-Var/Lexical-Var-0.009/lib/Lexical/
H A DVar.xs268 #ifdef gv_fetchsv in THX_gv_mark_multi()
269 gv = gv_fetchsv(name, GV_NOADD_NOINIT|GV_NOEXPAND|GV_NOTQUAL, in THX_gv_mark_multi()
/dports/devel/p5-Package-Stash-XS/Package-Stash-XS-0.29/
H A DXS.xs7 #ifndef gv_fetchsv
8 #define gv_fetchsv(n,f,t) gv_fetchpv(SvPV_nolen(n), f, t) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dgv.h267 #define gv_fetchsv_nomg(n,f,t) gv_fetchsv(n,(f)|GV_NO_SVGMAGIC,t)
/dports/lang/perl5.30/perl-5.30.3/
H A Dgv.h261 #define gv_fetchsv_nomg(n,f,t) gv_fetchsv(n,(f)|GV_NO_SVGMAGIC,t)
/dports/lang/perl5.32/perl-5.32.1/
H A Dgv.h261 #define gv_fetchsv_nomg(n,f,t) gv_fetchsv(n,(f)|GV_NO_SVGMAGIC,t)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dgv.h267 #define gv_fetchsv_nomg(n,f,t) gv_fetchsv(n,(f)|GV_NO_SVGMAGIC,t)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/todo/
H A D5003007123 gv_fetchsv # T
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/todo/
H A D5003007136 gv_fetchsv # T
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DStruct.xxs608 GV* gv = gv_fetchsv(*dst, GV_ADD, SVt_PV);

12345678