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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c64 #define GROW(old) ((old) * 3 / 2) macro
66 #define GROW(old) ((old) + 1) macro
95 cxstack_max = GROW(cxstack_max);
107 PL_retstack_max = GROW(PL_retstack_max);
126 PL_scopestack_max = GROW(PL_scopestack_max);
144 I32 newmax = GROW(oldmax);
154 PL_savestack_max = GROW(PL_savestack_max) + 4;
165 #undef GROW macro

Completed in 83 milliseconds