Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_sort.c792 #define SvNSIOK(sv) ((SvFLAGS(sv) & SVf_NOK) || ((SvFLAGS(sv) & (SVf_IOK|SVf_IVisUV)) == SVf_IOK)) macro
938 if (!SvNSIOK(*p1)) in PP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_sort.c689 #define SvNSIOK(sv) ((SvFLAGS(sv) & SVf_NOK) || ((SvFLAGS(sv) & (SVf_IOK|SVf_IVisUV)) == SVf_IOK)) macro
833 if (!SvNSIOK(*p1)) in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_sort.c685 #define SvNSIOK(sv) ((SvFLAGS(sv) & SVf_NOK) || ((SvFLAGS(sv) & (SVf_IOK|SVf_IVisUV)) == SVf_IOK)) macro
825 if (!SvNSIOK(*p1)) in PP()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_sort.c692 #define SvNSIOK(sv) ((SvFLAGS(sv) & SVf_NOK) || ((SvFLAGS(sv) & (SVf_IOK|SVf_IVisUV)) == SVf_IOK)) macro
836 if (!SvNSIOK(*p1)) in PP()