Searched refs:sv_catsv_flags (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/ |
| D | 5007002 | 14 sv_catsv_flags # U
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | sv_nw.c | 14 sv_catsv_flags(dstr, sstr, SV_GMAGIC); in Perl_sv_catsv()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5007002 | 21 sv_catsv_flags # U
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | sv.h | 1247 #define sv_catsv(dsv, ssv) sv_catsv_flags(dsv, ssv, SV_GMAGIC) 1248 #define sv_catsv_nomg(dsv, ssv) sv_catsv_flags(dsv, ssv, 0)
|
| D | embed.h | 1433 #define sv_catsv_flags Perl_sv_catsv_flags macro 3475 #define sv_catsv_flags(a,b,c) Perl_sv_catsv_flags(aTHX_ a,b,c) macro
|
| D | embed.fnc | 1356 Apd |void |sv_catsv_flags |NN SV* dsv|NULLOK SV* ssv|I32 flags
|
| D | sv.c | 4465 sv_catsv_flags(dstr, sstr, SV_GMAGIC); in Perl_sv_catsv()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 4331 =item sv_catsv_flags 4332 X<sv_catsv_flags> 4339 void sv_catsv_flags(SV* dsv, SV* ssv, I32 flags)
|
| D | perltoc.pod | 5372 X<sv_catpv_mg>, sv_catsv X<sv_catsv>, sv_catsv_flags X<sv_catsv_flags>,
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 1342 Apd |void |sv_catsv_flags |NN SV* dsv|SV* ssv|I32 flags
|