Home
last modified time | relevance | path

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 Dmagic98 #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 D500400560 sv_setpv_mg # E
/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.xs611 sv_setpv_mg(TARG, buf);
645 sv_setpv_mg(TARG, dir); in getdcwd()
/openbsd/gnu/usr.bin/perl/
H A Dbuiltin.c570 sv_setpv_mg(TARG, sv_reftype(SvRV(arg), FALSE)); in PP()
H A Dpp_sys.c6005 sv_setpv_mg(TARG, tmps); in PP()
H A Dembed.h733 # define sv_setpv_mg(a,b) Perl_sv_setpv_mg(aTHX_ a,b) macro
H A Dembed.fnc3357 Adp |void |sv_setpv_mg |NN SV * const sv \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007799 sv_setpv_mg # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges1081 sv_setpv_mg
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16231 #ifndef sv_setpv_mg
16232 # define sv_setpv_mg(sv, ptr) \ macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2734 Apd |void |sv_setpv_mg |NN SV *const sv|NULLOK const char *const ptr