Home
last modified time | relevance | path

Searched refs:DEFSV (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A DnewDEFSVOP.t11 is DEFSV, undef;
12 is \DEFSV, \$_;
14 DEFSV = "foo";
15 is DEFSV, "foo";
19 is DEFSV, "bar";
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A DnewDEFSVOP.t11 is DEFSV, undef;
12 is \DEFSV, \$_;
14 DEFSV = "foo";
15 is DEFSV, "foo";
19 is DEFSV, "bar";
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A DnewDEFSVOP.t11 is DEFSV, undef;
12 is \DEFSV, \$_;
14 DEFSV = "foo";
15 is DEFSV, "foo";
19 is DEFSV, "bar";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A DnewDEFSVOP.t11 is DEFSV, undef;
12 is \DEFSV, \$_;
14 DEFSV = "foo";
15 is DEFSV, "foo";
19 is DEFSV, "bar";
/dports/lang/perl5.30/perl-5.30.3/cpan/Filter-Util-Call/
H A DCall.xs155 n, (IV)SvCUR(DEFSV), SvPVX(DEFSV) ) ; in filter_call()
156 if (SvCUR(DEFSV)) in filter_call()
157 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ; in filter_call()
159 sv_2mortal(DEFSV); in filter_call()
206 SV * buffer = DEFSV ;
/dports/lang/perl5.32/perl-5.32.1/cpan/Filter-Util-Call/
H A DCall.xs155 n, (IV)SvCUR(DEFSV), SvPVX(DEFSV) ) ; in filter_call()
156 if (SvCUR(DEFSV)) in filter_call()
157 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ; in filter_call()
159 sv_2mortal(DEFSV); in filter_call()
206 SV * buffer = DEFSV ;
/dports/lang/perl5.34/perl-5.34.0/cpan/Filter-Util-Call/
H A DCall.xs155 n, (IV)SvCUR(DEFSV), SvPVX(DEFSV) ) ; in filter_call()
156 if (SvCUR(DEFSV)) in filter_call()
157 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ; in filter_call()
159 sv_2mortal(DEFSV); in filter_call()
206 SV * buffer = DEFSV ;
/dports/devel/p5-Filter/Filter-1.60/Call/
H A DCall.xs155 n, (IV)SvCUR(DEFSV), SvPVX(DEFSV) ) ; in filter_call()
156 if (SvCUR(DEFSV)) in filter_call()
157 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ; in filter_call()
159 sv_2mortal(DEFSV); in filter_call()
206 SV * buffer = DEFSV ;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Filter-Util-Call/
H A DCall.xs155 n, (IV)SvCUR(DEFSV), SvPVX(DEFSV) ) ; in filter_call()
156 if (SvCUR(DEFSV)) in filter_call()
157 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ; in filter_call()
159 sv_2mortal(DEFSV); in filter_call()
206 SV * buffer = DEFSV ;
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A Dppport.h95 #ifndef DEFSV
96 # define DEFSV GvSV(PL_defgv) macro
328 SAVESPTR(DEFSV) ; \
331 DEFSV = arg ; \
336 arg = DEFSV ; \
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/
H A Dppport.h95 #ifndef DEFSV
96 # define DEFSV GvSV(PL_defgv) macro
328 SAVESPTR(DEFSV) ; \
331 DEFSV = arg ; \
336 arg = DEFSV ; \
/dports/databases/db5/db-5.3.28/lang/perl/DB_File/
H A Dppport.h90 #ifndef DEFSV
91 # define DEFSV GvSV(PL_defgv) macro
344 SAVESPTR(DEFSV) ; \
347 DEFSV = arg ; \
/dports/net/p5-Sort-Key-IPv4/Sort-Key-IPv4-0.03/
H A DIPv4.xs97 ipv4 = DEFSV;
111 netipv4 = DEFSV;
/dports/devel/p5-Data-Peek/Data-Peek-0.50/
H A DPeek.xs50 return newSVpv (sv_peek (items ? sv : DEFSV), 0); in _DPeek()
69 SV *sv = items ? ST (0) : DEFSV;
81 SV *sv = items ? ST (0) : DEFSV;
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkItemFactory.xs196 tmp_defsv = newSVsv (DEFSV); in gtk2perl_item_factory_create_item_helper()
198 sv_setsv (DEFSV, sv_2mortal (newSVGChar (entry->path))); in gtk2perl_item_factory_create_item_helper()
200 clean_path = SvGChar (sv_2mortal (newSVsv (DEFSV))); in gtk2perl_item_factory_create_item_helper()
202 sv_setsv (DEFSV, tmp_defsv); in gtk2perl_item_factory_create_item_helper()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmisc200 /* DEFSV appears first in 5.004_56 */
201 __UNDEFINED__ DEFSV GvSV(PL_defgv)
203 __UNDEFINED__ DEFSV_set(sv) (DEFSV = (sv))
230 __UNDEFINED__ UNDERBAR DEFSV
747 DEFSV()
749 RETVAL = newSVsv(DEFSV);
763 /* sv_2mortal(DEFSV); */
1147 ok(&Devel::PPPort::DEFSV(), "Fred");
1155 ok(&Devel::PPPort::DEFSV(), "Fred");
1168 ok($r[1], 'DEFSV');
[all …]
/dports/textproc/p5-RDFStore/RDFStore-0.51/include/
H A Dppport.h92 #ifndef DEFSV
93 # define DEFSV GvSV(PL_defgv) macro
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dmisc.t57 ok(&Devel::PPPort::DEFSV(), "Fred");
65 ok(&Devel::PPPort::DEFSV(), "Fred");
78 ok($r[1], 'DEFSV');
81 ok(&Devel::PPPort::DEFSV(), "Fred");
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dmisc.t61 is(&Devel::PPPort::DEFSV(), "Fred", '$_ is FRED; Verify DEFSV is FRED');
69 is(&Devel::PPPort::DEFSV(), "Fred", 'lexical_topic eval: $_ is Tony; Verify DEFSV is Fred');
82 is($r[1], 'DEFSV');
85 is(&Devel::PPPort::DEFSV(), "Fred");
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dmisc.t61 is(&Devel::PPPort::DEFSV(), "Fred", '$_ is FRED; Verify DEFSV is FRED');
69 is(&Devel::PPPort::DEFSV(), "Fred", 'lexical_topic eval: $_ is Tony; Verify DEFSV is Fred');
82 is($r[1], 'DEFSV');
85 is(&Devel::PPPort::DEFSV(), "Fred");
/dports/devel/p5-Glib/Glib-1.3293/
H A DGClosure.xs711 SV * saved_defsv = newSVsv (DEFSV);
714 sv_setsv (DEFSV, ERRSV);
721 SvPV_nolen (DEFSV));
725 sv_setsv (DEFSV, saved_defsv);
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/
H A Dppport.h309 #ifndef DEFSV
310 # define DEFSV GvSV(PL_defgv) macro
/dports/databases/p5-File-Locate/File-Locate-0.62/
H A Dppport.h309 #ifndef DEFSV
310 # define DEFSV GvSV(PL_defgv) macro
/dports/security/p5-Digest-Haval256/Digest-Haval256-1.0.5/
H A Dppport.h309 #ifndef DEFSV
310 # define DEFSV GvSV(PL_defgv) macro
/dports/security/p5-Crypt-Khazad/Crypt-Khazad-1.0.3/
H A Dppport.h309 #ifndef DEFSV
310 # define DEFSV GvSV(PL_defgv) macro

12345678910>>...18