Home
last modified time | relevance | path

Searched refs:sv_vcatpvf_mg (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dsv_xpvf20 sv_vcatpvf_mg
88 #if { VERSION >= 5.004 } && !defined(sv_vcatpvf_mg)
89 # define sv_vcatpvf_mg(sv, pat, args) \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500400059 sv_vcatpvf_mg # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges923 sv_vcatpvf_mg
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000669 sv_vcatpvf_mg # E
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14182 #if (PERL_BCDVERSION >= 0x5004000) && !defined(sv_vcatpvf_mg)
14183 # define sv_vcatpvf_mg(sv, pat, args) \ macro
/openbsd/gnu/usr.bin/perl/
H A Dembed.h767 # define sv_vcatpvf_mg(a,b,c) Perl_sv_vcatpvf_mg(aTHX_ a,b,c) macro
H A Dembed.fnc3491 Adp |void |sv_vcatpvf_mg |NN SV * const sv \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2722 Apd |void |sv_vcatpvf_mg |NN SV *const sv|NN const char *const pat \