Searched refs:sv_vcatpvf_mg (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | sv_xpvf | 26 sv_vcatpvf_mg 103 /* sv_vcatpvf_mg depends on sv_vcatpvfn */ 104 #if { VERSION >= 5.004 } && !defined(sv_vcatpvf_mg) 105 # define sv_vcatpvf_mg(sv, pat, args) \
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/ |
| D | 5004000 | 59 sv_vcatpvf_mg # U
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/ |
| D | Changes | 90 sv_vcatpvf_mg
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | ppport.h | 3799 … ((PERL_VERSION > 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION >= 0))) && !defined(sv_vcatpvf_mg) 3800 # define sv_vcatpvf_mg(sv, pat, args) \ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/ |
| D | ppport.h | 3799 … ((PERL_VERSION > 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION >= 0))) && !defined(sv_vcatpvf_mg) 3800 # define sv_vcatpvf_mg(sv, pat, args) \ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5006000 | 439 sv_vcatpvf_mg # E
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 5416 to an SV. Does not handle 'set' magic. See C<sv_vcatpvf_mg>. 5436 Usually used via one of its frontends C<sv_vcatpvf> and C<sv_vcatpvf_mg>. 5443 =item sv_vcatpvf_mg 5444 X<sv_vcatpvf_mg> 5450 void sv_vcatpvf_mg(SV* sv, const char* pat, va_list* args)
|
| D | perltoc.pod | 5406 X<sv_vcatpvf>, sv_vcatpvfn X<sv_vcatpvfn>, sv_vcatpvf_mg X<sv_vcatpvf_mg>,
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | embed.h | 965 #define sv_vcatpvf_mg Perl_sv_vcatpvf_mg macro 3011 #define sv_vcatpvf_mg(a,b,c) Perl_sv_vcatpvf_mg(aTHX_ a,b,c) macro
|
| D | sv.c | 8320 sv_vcatpvf_mg(sv, pat, &args); in Perl_sv_catpvf_mg_nocontext() 8377 sv_vcatpvf_mg(sv, pat, &args); in Perl_sv_catpvf_mg()
|
| D | Changes5.8.6 | 812 Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
|
| D | embed.fnc | 910 Apd |void |sv_vcatpvf_mg |NN SV* sv|NN const char* pat|NULLOK va_list* args
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 890 Apd |void |sv_vcatpvf_mg |SV* sv|const char* pat|va_list* args
|