Home
last modified time | relevance | path

Searched refs:SVf_AMAGIC (Results 1 – 23 of 23) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dsv.h444 #define SVf_AMAGIC 0x10000000 /* has magical overloaded methods */ macro
1021 #define HvAMAGIC(hv) (SvFLAGS(hv) & SVf_AMAGIC)
1022 #define HvAMAGIC_on(hv) (SvFLAGS(hv) |= SVf_AMAGIC)
1023 #define HvAMAGIC_off(hv) (SvFLAGS(hv) &=~ SVf_AMAGIC)
H A Ddump.c1667 {SVf_AMAGIC, "OVERLOAD,"},
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dsv.h446 #define SVf_AMAGIC 0x10000000 /* has magical overloaded methods */ macro
1025 #define HvAMAGIC(hv) (SvFLAGS(hv) & SVf_AMAGIC)
1026 #define HvAMAGIC_on(hv) (SvFLAGS(hv) |= SVf_AMAGIC)
1027 #define HvAMAGIC_off(hv) (SvFLAGS(hv) &=~ SVf_AMAGIC)
H A Ddump.c1667 {SVf_AMAGIC, "OVERLOAD,"},
/dports/lang/perl5.30/perl-5.30.3/
H A Dsv.h438 #define SVf_AMAGIC 0x10000000 /* has magical overloaded methods */ macro
982 #define HvAMAGIC(hv) (SvFLAGS(hv) & SVf_AMAGIC)
983 #define HvAMAGIC_on(hv) (SvFLAGS(hv) |= SVf_AMAGIC)
984 #define HvAMAGIC_off(hv) (SvFLAGS(hv) &=~ SVf_AMAGIC)
H A Ddump.c1625 {SVf_AMAGIC, "OVERLOAD,"},
/dports/lang/perl5.32/perl-5.32.1/
H A Dsv.h441 #define SVf_AMAGIC 0x10000000 /* has magical overloaded methods */ macro
988 #define HvAMAGIC(hv) (SvFLAGS(hv) & SVf_AMAGIC)
989 #define HvAMAGIC_on(hv) (SvFLAGS(hv) |= SVf_AMAGIC)
990 #define HvAMAGIC_off(hv) (SvFLAGS(hv) &=~ SVf_AMAGIC)
H A Ddump.c1659 {SVf_AMAGIC, "OVERLOAD,"},
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DScope.cc678 mg_flags = SvFLAGS(var) & (SVs_GMG | SVs_SMG | SVs_RMG | SVf_AMAGIC); in local_bless_handler()
686 SvFLAGS(var) &= ~(SVs_GMG | SVs_SMG | SVs_RMG | SVf_AMAGIC); in undo()
H A DRefHash.xxs402 flags |= SVf_AMAGIC;
/dports/devel/p5-B-Flags/B-Flags-0.17/
H A DFlags.xs488 if (flags & SVf_AMAGIC) sv_catpv(RETVAL, "OVERLOAD,");
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/
H A DXS.xs1518 #define MyAMG(sv) (SvOBJECT(sv) && (SvFLAGS(sv) & SVf_AMAGIC)) in encode_stringify()
1520 #define MyAMG(sv) (SvOBJECT(sv) && ((SvFLAGS(sv) & SVf_AMAGIC) \ in encode_stringify()
1589 if (!SvSTASH(rv) || !(SvFLAGS(sv) & SVf_AMAGIC)) { in encode_stringify()
1592 SvFLAGS(sv) |= SVf_AMAGIC; in encode_stringify()
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DC.pm3822 if ($PERL510 and !($sv->MAGICAL or $sv_flags & SVf_AMAGIC)) {
3830 if (0 and $PERL518 and $sv_flags & SVf_AMAGIC) {
6008 if ($PERL518 and $hv->FLAGS & SVf_AMAGIC and length($name)) {
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A DXS.xs91 #define SVf_MAGTEST SVf_AMAGIC
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50030071371 SVf_AMAGIC # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50030071365 SVf_AMAGIC # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50030071365 SVf_AMAGIC # Z added by devel/scanprov
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperl5180delta.pod2393 The C<SVf_AMAGIC> flag to indicate overloading is now on the stash, not the
2402 "A" magic is gone. The changes to the handling of the C<SVf_AMAGIC> flag
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperl5180delta.pod2393 The C<SVf_AMAGIC> flag to indicate overloading is now on the stash, not the
2402 "A" magic is gone. The changes to the handling of the C<SVf_AMAGIC> flag
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperl5180delta.pod2393 The C<SVf_AMAGIC> flag to indicate overloading is now on the stash, not the
2402 "A" magic is gone. The changes to the handling of the C<SVf_AMAGIC> flag
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperl5180delta.pod2393 The C<SVf_AMAGIC> flag to indicate overloading is now on the stash, not the
2402 "A" magic is gone. The changes to the handling of the C<SVf_AMAGIC> flag
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim548 syn keyword xsConstant SVf_AMAGIC SVf_BREAK SVf_FAKE SVf_IOK SVf_IVisUV
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim548 syn keyword xsConstant SVf_AMAGIC SVf_BREAK SVf_FAKE SVf_IOK SVf_IVisUV