Home
last modified time | relevance | path

Searched refs:other_tied (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_ctl.c5002 bool other_tied; in S_do_smartmatch() local
5010 other_tied = cBOOL(SvTIED_mg((const SV *)other_hv, PERL_MAGIC_tied)); in S_do_smartmatch()
5012 if(other_tied) { in S_do_smartmatch()
5018 other_tied = FALSE; in S_do_smartmatch()
5039 if (other_tied) { in S_do_smartmatch()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_ctl.c4915 bool other_tied; in S_do_smartmatch() local
4923 other_tied = cBOOL(SvTIED_mg((const SV *)other_hv, PERL_MAGIC_tied)); in S_do_smartmatch()
4925 if(other_tied) { in S_do_smartmatch()
4931 other_tied = FALSE; in S_do_smartmatch()
4952 if (other_tied) { in S_do_smartmatch()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_ctl.c4942 bool other_tied; in S_do_smartmatch() local
4950 other_tied = cBOOL(SvTIED_mg((const SV *)other_hv, PERL_MAGIC_tied)); in S_do_smartmatch()
4952 if(other_tied) { in S_do_smartmatch()
4958 other_tied = FALSE; in S_do_smartmatch()
4979 if (other_tied) { in S_do_smartmatch()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_ctl.c5023 bool other_tied; in S_do_smartmatch() local
5031 other_tied = cBOOL(SvTIED_mg((const SV *)other_hv, PERL_MAGIC_tied)); in S_do_smartmatch()
5033 if(other_tied) { in S_do_smartmatch()
5039 other_tied = FALSE; in S_do_smartmatch()
5060 if (other_tied) { in S_do_smartmatch()