Searched refs:PL_sv_objcount (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h579 #undef PL_sv_objcount
580 #define PL_sv_objcount (*Perl_Isv_objcount_ptr(aTHX))
H A Dembedvar.h429 #define PL_sv_objcount (PERL_GET_INTERP->Isv_objcount) macro
751 #define PL_sv_objcount (vTHX->Isv_objcount) macro
1076 #define PL_Isv_objcount PL_sv_objcount
H A Dperl.c549 if (PL_sv_objcount) {
556 PL_sv_objcount = 0;
H A Dsv.c5148 --PL_sv_objcount; /* XXX Might want something more general */
7871 --PL_sv_objcount;
7877 ++PL_sv_objcount;
10154 ++PL_sv_objcount;
10750 PL_sv_objcount = 0;

Completed in 73 milliseconds