Home
last modified time | relevance | path

Searched refs:SvPOK_byte_nog (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501700243 SvPOK_byte_nog # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dsv_inline.h933 if ( (type == SvPVbyte_type_ && SvPOK_byte_nog(sv)) in Perl_SvPV_helper()
H A Dsv.h1171 #define SvPOK_byte_nog(sv) ((SvFLAGS(sv) & (SVf_POK|SVf_UTF8|SVs_GMG)) == SVf_POK) macro