Home
last modified time | relevance | path

Searched refs:mXPUSHs (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dstrlfuncs74 mXPUSHs(newSVpv(buf, 0));
77 mXPUSHs(newSVpv(buf, 0));
80 mXPUSHs(newSVpv(buf, 0));
83 mXPUSHs(newSVpv(buf, 0));
86 mXPUSHs(newSVpv(buf, 0));
89 mXPUSHs(newSVpv(buf, 0));
H A DmPUSH25 __UNDEFINED__ mXPUSHs(s) XPUSHs(sv_2mortal(s))
80 mXPUSHs()
82 mXPUSHs(newSVpv("foo", 0));
83 mXPUSHs(newSVpv("bar13", 3));
84 mXPUSHs(newSViv(42));
127 is(join(':', &Devel::PPPort::mXPUSHs()), "foo:bar:42");
H A DnewSVpv60 mXPUSHs(newSVpvn("test", 4));
61 mXPUSHs(newSVpvn("test", 2));
62 mXPUSHs(newSVpvn("test", 0));
63 mXPUSHs(newSVpvn(NULL, 2));
64 mXPUSHs(newSVpvn(NULL, 0));
H A Dsprintf54 mXPUSHs(newSVpv(buf, 0));
H A Dsnprintf56 mXPUSHs(newSVpv(buf, 0));
H A Dpvs47 mXPUSHs(newSVpvs("newSVpvs"));
H A Dvariables369 mXPUSHs(newSVpv(string, 0));
H A Dmisc1415 mXPUSHs(newSVpv(string, 0));
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/
H A DMkTemp.xs44 mXPUSHs(sv_bless(newRV((SV*)gv),
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/
H A DUtil.xs78 mXPUSHs(newSVpvn((char *)PERL_HASH_SEED,PERL_HASH_SEED_BYTES));
233 mXPUSHs(newRV_noinc((SV*)info_av)); in bucket_array()
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs403 mXPUSHs(newRV_noinc(MUTABLE_SV(ret_array)));
586 mXPUSHs(newRV_inc(val));
653 mXPUSHs(newRV_inc(MUTABLE_SV(cand_cv)));
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501000141 mXPUSHs # U
/openbsd/gnu/usr.bin/perl/
H A Dpp.h515 #define mXPUSHs(s) XPUSHs(sv_2mortal(s)) macro
H A Dpp_pack.c976 mXPUSHs(sv); in S_unpack_rec()
1125 mXPUSHs(sv); in S_unpack_rec()
1818 mXPUSHs(sv); in S_unpack_rec()
H A Dpp_sys.c325 mXPUSHs(sv); in PP()
1365 mXPUSHs(newRV(MUTABLE_SV(egv))); in PP()
4111 mXPUSHs(sv); in PP()
H A Dperl.c2990 mXPUSHs(newSVpv(*argv,0)); in Perl_call_argv()
H A Dpp_ctl.c5010 mXPUSHs(MUTABLE_SV(hv_copy_hints_hv(MUTABLE_HV(cSVOP_sv)))); in PP()
H A Dpp.c5642 mXPUSHs((PL_op->op_flags & OPf_SPECIAL) in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007313 mXPUSHs # T
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs477 mXPUSHs(newSVpvs("B::Deparse")); in deparsed_output()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges537 mXPUSHs
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15342 #ifndef mXPUSHs
15343 # define mXPUSHs(s) XPUSHs(sv_2mortal(s)) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc432 Amd|void|mXPUSHs|SV* sv
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5101delta.pod1527 Macros C<mPUSHs()> and C<mXPUSHs()> have been added, for pushing SVs on the
H A Dperl589delta.pod2001 Two new macros C<mPUSHs()> and C<mXPUSHs()> are added, to make it easier to

12