Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dsv.h422 #define SVp_SCREAM 0x00008000 /* currently unused on plain scalars */ macro
423 #define SVphv_CLONEABLE SVp_SCREAM /* PVHV (stashes) clone its objects */
424 #define SVpgv_GP SVp_SCREAM /* GV has a valid GP */
425 #define SVprv_PCS_IMPORTED SVp_SCREAM /* RV is a proxy for a constant
1296 #define SvSCREAM(sv) ((SvFLAGS(sv) & (SVp_SCREAM|SVp_POK)) == (SVp_SCREAM|SVp_POK))
1297 #define SvSCREAM_on(sv) (SvFLAGS(sv) |= SVp_SCREAM)
1298 #define SvSCREAM_off(sv) (SvFLAGS(sv) &= ~SVp_SCREAM)
H A Ddump.c1930 if (flags & SVp_SCREAM && type != SVt_PVHV && !isGV_with_GP(sv) in Perl_do_sv_dump()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071452 SVp_SCREAM # Z added by devel/scanprov