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

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcvsrc.c22 #define GROW 10 macro
119 max_new_argv = (*argc) + GROW;
134 max_new_argv += GROW;
/openbsd-current/lib/libc/stdio/
H A Dfgetwln.c62 #define GROW 512 macro
64 __slbexpand(fp, len + GROW)) {
/openbsd-current/gnu/usr.bin/perl/
H A Dscope.c67 #define GROW(old) ((old) + 1) macro
69 #define GROW(old) ((old) * 3 / 2) macro
99 const IV new_max = GROW(cxstack_max);
121 const IV new_max = GROW(PL_scopestack_max);
155 const I32 newmax = GROW(oldmax);
185 /* the GROW() macro normally does scales by 1.5 but under
187 IV new_max = GROW(new_floor); /* and some extra */
210 #undef GROW macro

Completed in 135 milliseconds