Home
last modified time | relevance | path

Searched refs:svflags (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp.c3485 U32 svflags = (SvFLAGS(sv) ^ (in_bytes << 26)) & (SVf_POK|SVs_GMG|SVf_UTF8); in PP() local
3489 if (LIKELY(svflags == SVf_POK)) in PP()
3492 if (svflags & SVs_GMG) in PP()
H A DMANIFEST6991 t/op/svflags.t See if POK is set as expected.