Searched defs:SVs_PADBUSY (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h185 #define SVs_PADBUSY 0x00000100 /* reserved for tmp or my already */ macro
688 #define SvPADBUSY(sv) (SvFLAGS(sv) & SVs_PADBUSY)
691 #define SvPADTMP_on(sv) (SvFLAGS(sv) |= SVs_PADTMP|SVs_PADBUSY)
695 #define SvPADMY_on(sv) (SvFLAGS(sv) |= SVs_PADMY|SVs_PADBUSY)

Completed in 102 milliseconds