Searched refs:sv_setpv_mg (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | magic | 98 #ifndef sv_setpv_mg 99 # define sv_setpv_mg(sv, ptr) \ 429 sv_setpv_mg(sv, pv) 433 sv_setpv_mg(sv, pv); 630 &Devel::PPPort::sv_setpv_mg($h{mhx}, 'mhx');
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5004005 | 60 sv_setpv_mg # E
|
/openbsd/gnu/usr.bin/perl/dist/PathTools/ |
H A D | Cwd.xs | 611 sv_setpv_mg(TARG, buf); 645 sv_setpv_mg(TARG, dir); in getdcwd()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | builtin.c | 570 sv_setpv_mg(TARG, sv_reftype(SvRV(arg), FALSE)); in PP()
|
H A D | pp_sys.c | 6005 sv_setpv_mg(TARG, tmps); in PP()
|
H A D | embed.h | 733 # define sv_setpv_mg(a,b) Perl_sv_setpv_mg(aTHX_ a,b) macro
|
H A D | embed.fnc | 3357 Adp |void |sv_setpv_mg |NN SV * const sv \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 799 sv_setpv_mg # T
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 1081 sv_setpv_mg
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 16231 #ifndef sv_setpv_mg 16232 # define sv_setpv_mg(sv, ptr) \ macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2734 Apd |void |sv_setpv_mg |NN SV *const sv|NULLOK const char *const ptr
|