Searched refs:svflags (Results 1 – 2 of 2) sorted by relevance
3485 U32 svflags = (SvFLAGS(sv) ^ (in_bytes << 26)) & (SVf_POK|SVs_GMG|SVf_UTF8); in PP() local3489 if (LIKELY(svflags == SVf_POK)) in PP()3492 if (svflags & SVs_GMG) in PP()
6991 t/op/svflags.t See if POK is set as expected.