Searched refs:PL_OpPtr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h119 #undef PL_OpPtr
120 #define PL_OpPtr (*Perl_IOpPtr_ptr(aTHX))
H A Dop.c38 * To make inserting the link to slab PL_OpPtr is I32 **
44 PL_OpPtr = (I32 **) PerlMemShared_malloc(PERL_SLAB_SIZE*sizeof(I32*));
45 if (!PL_OpPtr) {
48 Zero(PL_OpPtr,PERL_SLAB_SIZE,I32 **);
50 PL_OpSlab = (I32 *) PL_OpPtr;
59 PL_OpPtr += PERL_SLAB_SIZE;
63 PL_OpPtr -= sz;
64 assert( PL_OpPtr > (I32 **) PL_OpSlab );
65 *PL_OpPtr = PL_OpSlab; /* Note which slab it belongs to */
67 assert( PL_OpPtr
[all...]
H A Dembedvar.h199 #define PL_OpPtr (PERL_GET_INTERP->IOpPtr) macro
521 #define PL_OpPtr (vTHX->IOpPtr) macro
846 #define PL_IOpPtr PL_OpPtr

Completed in 43 milliseconds