Home
last modified time | relevance | path

Searched refs:newSVpvs_share (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
57 newSVpvs_share()
64 sv = newSVpvs_share("pvs");
137 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
57 newSVpvs_share()
64 sv = newSVpvs_share("pvs");
137 ok(Devel::PPPort::newSVpvs_share(), 3);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
57 newSVpvs_share()
64 sv = newSVpvs_share("pvs");
137 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
57 newSVpvs_share()
64 sv = newSVpvs_share("pvs");
137 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dpvs27 __UNDEFINED__ newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0)
57 newSVpvs_share()
64 sv = newSVpvs_share("pvs");
137 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/devel/p5-Type-Tiny-XS/Type-Tiny-XS-0.022/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
H A Dtypetiny.h62 #define mcall0s(invocant, m) mcall0((invocant), sv_2mortal(newSVpvs_share(m)))
63 #define mcall1s(invocant, m, arg1) mcall1((invocant), sv_2mortal(newSVpvs_share(m)), (arg1))
64 #define predicate_calls(invocant, m) predicate_call((invocant), sv_2mortal(newSVpvs_share(m)))
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/
H A Dmouse.h77 #define mcall0s(invocant, m) mcall0((invocant), sv_2mortal(newSVpvs_share(m)))
78 #define mcall1s(invocant, m, arg1) mcall1((invocant), sv_2mortal(newSVpvs_share(m)), (arg1))
79 #define predicate_calls(invocant, m) predicate_call((invocant), sv_2mortal(newSVpvs_share(m)))
148 #define has_slots(self, key) has_slot(self, sv_2mortal(newSVpvs_share(key)))
149 #define get_slots(self, key) get_slot(self, sv_2mortal(newSVpvs_share(key)))
150 #define set_slots(self, key, value) set_slot(self, sv_2mortal(newSVpvs_share(key)), value)
H A DMouseAttribute.xs41 SV* const is_a_type_of = sv_2mortal(newSVpvs_share("is_a_type_of")); in mouse_build_xa()
450 SV* const meth = sv_2mortal(newSVpvs_share("is_a_type_of")); in _process_options()
489 SV* value = get_slot(self, sv_2mortal(newSVpvs_share("default")));
/dports/devel/p5-Hash-FieldHash/Hash-FieldHash-0.15/src/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
/dports/devel/p5-Data-MessagePack/Data-MessagePack-0.48/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
/dports/devel/p5-Data-Clone/Data-Clone-0.004/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
H A DData-Clone.xs364 MY_CXT.clone_method = newSVpvs_share("clone"); in my_cxt_initialize()
365 MY_CXT.tieclone_method = newSVpvs_share("TIECLONE"); in my_cxt_initialize()
/dports/devel/p5-Data-Util/Data-Util-0.63/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/
H A Dxshelper.h65 #ifndef newSVpvs_share
66 #define newSVpvs_share(s) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(s), 0U) macro
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/
H A DAPItest.xs3981 hintkey_rpn_sv = newSVpvs_share("XS::APItest/rpn");
3982 hintkey_calcrpn_sv = newSVpvs_share("XS::APItest/calcrpn");
3983 hintkey_stufftest_sv = newSVpvs_share("XS::APItest/stufftest");
3985 hintkey_looprest_sv = newSVpvs_share("XS::APItest/looprest");
3987 hintkey_stmtasexpr_sv = newSVpvs_share("XS::APItest/stmtasexpr");
3988 hintkey_stmtsasexpr_sv = newSVpvs_share("XS::APItest/stmtsasexpr");
3989 hintkey_loopblock_sv = newSVpvs_share("XS::APItest/loopblock");
3991 hintkey_swaplabel_sv = newSVpvs_share("XS::APItest/swaplabel");
3992 hintkey_labelconst_sv = newSVpvs_share("XS::APItest/labelconst");
3998 hintkey_DEFSV_sv = newSVpvs_share("XS::APItest/DEFSV");
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/
H A DAPItest.xs4071 hintkey_rpn_sv = newSVpvs_share("XS::APItest/rpn");
4072 hintkey_calcrpn_sv = newSVpvs_share("XS::APItest/calcrpn");
4073 hintkey_stufftest_sv = newSVpvs_share("XS::APItest/stufftest");
4075 hintkey_looprest_sv = newSVpvs_share("XS::APItest/looprest");
4077 hintkey_stmtasexpr_sv = newSVpvs_share("XS::APItest/stmtasexpr");
4078 hintkey_stmtsasexpr_sv = newSVpvs_share("XS::APItest/stmtsasexpr");
4079 hintkey_loopblock_sv = newSVpvs_share("XS::APItest/loopblock");
4081 hintkey_swaplabel_sv = newSVpvs_share("XS::APItest/swaplabel");
4082 hintkey_labelconst_sv = newSVpvs_share("XS::APItest/labelconst");
4089 hintkey_DEFSV_sv = newSVpvs_share("XS::APItest/DEFSV");
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/
H A DAPItest.xs4053 hintkey_rpn_sv = newSVpvs_share("XS::APItest/rpn");
4054 hintkey_calcrpn_sv = newSVpvs_share("XS::APItest/calcrpn");
4055 hintkey_stufftest_sv = newSVpvs_share("XS::APItest/stufftest");
4057 hintkey_looprest_sv = newSVpvs_share("XS::APItest/looprest");
4059 hintkey_stmtasexpr_sv = newSVpvs_share("XS::APItest/stmtasexpr");
4060 hintkey_stmtsasexpr_sv = newSVpvs_share("XS::APItest/stmtsasexpr");
4061 hintkey_loopblock_sv = newSVpvs_share("XS::APItest/loopblock");
4063 hintkey_swaplabel_sv = newSVpvs_share("XS::APItest/swaplabel");
4064 hintkey_labelconst_sv = newSVpvs_share("XS::APItest/labelconst");
4071 hintkey_DEFSV_sv = newSVpvs_share("XS::APItest/DEFSV");
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500900332 newSVpvs_share # U
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dpvs.t55 ok(Devel::PPPort::newSVpvs_share(), 3);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dpvs.t59 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dpvs.t59 is(Devel::PPPort::newSVpvs_share(), 3);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/
H A DAPItest.xs4103 hintkey_rpn_sv = newSVpvs_share("XS::APItest/rpn");
4104 hintkey_calcrpn_sv = newSVpvs_share("XS::APItest/calcrpn");
4105 hintkey_stufftest_sv = newSVpvs_share("XS::APItest/stufftest");
4107 hintkey_looprest_sv = newSVpvs_share("XS::APItest/looprest");
4109 hintkey_stmtasexpr_sv = newSVpvs_share("XS::APItest/stmtasexpr");
4110 hintkey_stmtsasexpr_sv = newSVpvs_share("XS::APItest/stmtsasexpr");
4111 hintkey_loopblock_sv = newSVpvs_share("XS::APItest/loopblock");
4113 hintkey_swaplabel_sv = newSVpvs_share("XS::APItest/swaplabel");
4114 hintkey_labelconst_sv = newSVpvs_share("XS::APItest/labelconst");
4121 hintkey_DEFSV_sv = newSVpvs_share("XS::APItest/DEFSV");
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500900327 newSVpvs_share # U
/dports/devel/p5-Params-Classify/Params-Classify-0.015/lib/Params/
H A DClassify.xs38 #ifndef newSVpvs_share
39 # define newSVpvs_share(s) newSVpvn_share(""s"", (sizeof(""s"")-1), 0) macro

12345678