Home
last modified time | relevance | path

Searched refs:sv_setpv_mg (Results 1 – 11 of 11) sorted by relevance

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