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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c53 #define STACK_ARRAY 3 /* size of depth match stack growth */ macro
2459 * grow storage stack for nested constructs by STACK_ARRAY
2463 lp->lexd.lex_max += STACK_ARRAY;
2467 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY);

Completed in 23 milliseconds