HomeSort by relevance Sort by last modified time
    Searched refs:GROW (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
scope.c 64 #define GROW(old) ((old) * 3 / 2)
66 #define GROW(old) ((old) + 1)
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
  /onnv/onnv-gate/usr/src/cmd/truss/
print.c 88 void grow(private_t *, int nbyte);
90 #define GROW(nb) if (pri->sys_leng + (nb) >= pri->sys_ssize) grow(pri, (nb))
103 GROW(24);
116 GROW(24);
139 GROW(24);
152 GROW(20);
166 GROW(20);
205 GROW(18);
232 GROW(len + 3 * unprintable + quotes + 2)
1364 grow(private_t *pri, int nbyte) \/* reallocate format buffer if necessary *\/ function
    [all...]

Completed in 4079 milliseconds