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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c50 #define STACK_ARRAY 3 /* size of depth match stack growth */ macro
2397 * grow storage stack for nested constructs by STACK_ARRAY
2401 lp->lexd.lex_max += STACK_ARRAY;
2405 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY);

Completed in 71 milliseconds