Home
last modified time | relevance | path

Searched refs:sv_setiv_mg (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmagic80 #ifndef sv_setiv_mg
81 # define sv_setiv_mg(sv, i) \
415 sv_setiv_mg(sv, iv)
419 sv_setiv_mg(sv, iv);
624 &Devel::PPPort::sv_setiv_mg($h{bar}, 42);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400558 sv_setiv_mg # E
/openbsd/gnu/usr.bin/perl/
H A Dpp.h499 sv_setiv_mg(targ, TARGi_iv); \
H A Dembed.h727 # define sv_setiv_mg(a,b) Perl_sv_setiv_mg(aTHX_ a,b) macro
H A Dembed.fnc3337 Adp |void |sv_setiv_mg |NN SV * const sv \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007794 sv_setiv_mg # T
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs297 # define mPUSHi(i) sv_setiv_mg(PUSHs(sv_newmortal()), (IV)(i))
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3837 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), KEY, 1), (VALUE))
3887 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), "t0", 1), 123);
3892 sv_setiv_mg(*hv_fetchs(a, "t0", 1), 456);
3897 sv_setiv_mg(*hv_fetchs(b, "t0", 1), 789);
7378 sv_setiv_mg(sv, (IV)gimme);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges1079 sv_setiv_mg
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16213 #ifndef sv_setiv_mg
16214 # define sv_setiv_mg(sv, i) \ macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3249 sv_setiv_mg(pwc, wc);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2730 Apd |void |sv_setiv_mg |NN SV *const sv|const IV i
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod3332 L<perlapi/sv_setiv_mg>.