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 D | magic | 80 #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 D | 5004005 | 58 sv_setiv_mg # E
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp.h | 499 sv_setiv_mg(targ, TARGi_iv); \
|
H A D | embed.h | 727 # define sv_setiv_mg(a,b) Perl_sv_setiv_mg(aTHX_ a,b) macro
|
H A D | embed.fnc | 3337 Adp |void |sv_setiv_mg |NN SV * const sv \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 794 sv_setiv_mg # T
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Socket.xs | 297 # define mPUSHi(i) sv_setiv_mg(PUSHs(sv_newmortal()), (IV)(i))
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3837 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 D | Changes | 1079 sv_setiv_mg
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 16213 #ifndef sv_setiv_mg 16214 # define sv_setiv_mg(sv, i) \ macro
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 3249 sv_setiv_mg(pwc, wc);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2730 Apd |void |sv_setiv_mg |NN SV *const sv|const IV i
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 3332 L<perlapi/sv_setiv_mg>.
|