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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h186 #define SVs_PADTMP 0x00000200 /* in use as tmp */ macro
690 #define SvPADTMP(sv) (SvFLAGS(sv) & SVs_PADTMP)
691 #define SvPADTMP_on(sv) (SvFLAGS(sv) |= SVs_PADTMP|SVs_PADBUSY)
692 #define SvPADTMP_off(sv) (SvFLAGS(sv) &= ~SVs_PADTMP)

Completed in 28 milliseconds