Home
last modified time | relevance | path

Searched refs:PERL_MULTICONCAT_IX_PLAIN_PV (Results 1 – 25 of 25) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D502700645 PERL_MULTICONCAT_IX_PLAIN_PV # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D502700645 PERL_MULTICONCAT_IX_PLAIN_PV # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D502700645 PERL_MULTICONCAT_IX_PLAIN_PV # Z added by devel/scanprov
/dports/devel/p5-B-C/B-C-1.57/
H A DC.xs562 p = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv;
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_hot.c465 dst_utf8 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv ? 0 : SVf_UTF8; in PP()
681 if ( aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv in PP()
682 && const_pv != aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv) in PP()
713 const_pv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
950 const char *cpv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
H A Ddump.c2849 s = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_multiconcat_stringify()
H A Dperl.h1277 #define PERL_MULTICONCAT_IX_PLAIN_PV 1 /* non-utf8 constant string */ macro
H A Dop.c1192 char *p1 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_op_clear()
3513 aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv = utf8 ? NULL : const_str; in S_maybe_multiconcat()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_hot.c464 dst_utf8 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv ? 0 : SVf_UTF8; in PP()
680 if ( aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv in PP()
681 && const_pv != aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv) in PP()
712 const_pv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
949 const char *cpv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
H A Ddump.c2801 s = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_multiconcat_stringify()
H A Dperl.h1034 #define PERL_MULTICONCAT_IX_PLAIN_PV 1 /* non-utf8 constant string */ macro
H A Dop.c1132 char *p1 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_op_clear()
3295 aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv = utf8 ? NULL : const_str; in S_maybe_multiconcat()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_hot.c465 dst_utf8 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv ? 0 : SVf_UTF8; in PP()
681 if ( aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv in PP()
682 && const_pv != aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv) in PP()
713 const_pv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
950 const char *cpv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
H A Ddump.c2835 s = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_multiconcat_stringify()
H A Dperl.h1163 #define PERL_MULTICONCAT_IX_PLAIN_PV 1 /* non-utf8 constant string */ macro
H A Dop.c1173 char *p1 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_op_clear()
3504 aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv = utf8 ? NULL : const_str; in S_maybe_multiconcat()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_hot.c465 dst_utf8 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv ? 0 : SVf_UTF8; in PP()
681 if ( aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv in PP()
682 && const_pv != aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv) in PP()
713 const_pv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
950 const char *cpv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in PP()
H A Ddump.c2852 s = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_multiconcat_stringify()
H A Dperl.h1285 #define PERL_MULTICONCAT_IX_PLAIN_PV 1 /* non-utf8 constant string */ macro
H A Dop.c1189 char *p1 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in Perl_op_clear()
3516 aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv = utf8 ? NULL : const_str; in S_maybe_multiconcat()
/dports/devel/p5-Devel-Size/Devel-Size-0.83/
H A DSize.xs643 const char *plain_pv = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv; in op_size()
/dports/lang/perl5.34/perl-5.34.0/ext/B/
H A DB.xs1253 p = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv;
/dports/lang/perl5.32/perl-5.32.1/ext/B/
H A DB.xs1250 p = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv;
/dports/lang/perl5.30/perl-5.30.3/ext/B/
H A DB.xs1242 p = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/B/
H A DB.xs1253 p = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv;