/dports/lang/perl5.34/perl-5.34.0/ |
H A D | sv.h | 444 #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 D | dump.c | 1667 {SVf_AMAGIC, "OVERLOAD,"},
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | sv.h | 446 #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 D | dump.c | 1667 {SVf_AMAGIC, "OVERLOAD,"},
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | sv.h | 438 #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 D | dump.c | 1625 {SVf_AMAGIC, "OVERLOAD,"},
|
/dports/lang/perl5.32/perl-5.32.1/ |
H A D | sv.h | 441 #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 D | dump.c | 1659 {SVf_AMAGIC, "OVERLOAD,"},
|
/dports/math/polymake/polymake-4.5/lib/core/src/perl/ |
H A D | Scope.cc | 678 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 D | RefHash.xxs | 402 flags |= SVf_AMAGIC;
|
/dports/devel/p5-B-Flags/B-Flags-0.17/ |
H A D | Flags.xs | 488 if (flags & SVf_AMAGIC) sv_catpv(RETVAL, "OVERLOAD,");
|
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/ |
H A D | XS.xs | 1518 #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 D | C.pm | 3822 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 D | XS.xs | 91 #define SVf_MAGTEST SVf_AMAGIC
|
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 1371 SVf_AMAGIC # Z added by devel/scanprov
|
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/ |
H A D | 5003007 | 1365 SVf_AMAGIC # Z added by devel/scanprov
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 1365 SVf_AMAGIC # Z added by devel/scanprov
|
/dports/lang/perl5.34/perl-5.34.0/pod/ |
H A D | perl5180delta.pod | 2393 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 D | perl5180delta.pod | 2393 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 D | perl5180delta.pod | 2393 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 D | perl5180delta.pod | 2393 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 D | xs.vim | 548 syn keyword xsConstant SVf_AMAGIC SVf_BREAK SVf_FAKE SVf_IOK SVf_IVisUV
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xs.vim | 548 syn keyword xsConstant SVf_AMAGIC SVf_BREAK SVf_FAKE SVf_IOK SVf_IVisUV
|