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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h528 I32 si_cxmax; /* maximum allocated index */ member in struct:stackinfo
541 #define cxstack_max (PL_curstackinfo->si_cxmax)
H A Dscope.c81 si->si_cxmax = cxitems - 1;
H A Dsv.c10268 nsi->si_cxmax = si->si_cxmax;
10269 nsi->si_cxstack = cx_dup(si->si_cxstack, si->si_cxix, si->si_cxmax, param);

Completed in 74 milliseconds