Searched refs:si_cxmax (Results 1 – 3 of 3) sorted by relevance
1259 I32 si_cxmax; /* maximum allocated index */ member1292 #define cxstack_max (PL_curstackinfo->si_cxmax)
99 si->si_cxmax = cxitems - 1; in Perl_new_stackinfo_flags()
15153 nsi->si_cxmax = si->si_cxmax;15154 nsi->si_cxstack = cx_dup(si->si_cxstack, si->si_cxix, si->si_cxmax, param);