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

/ast/src/cmd/ksh93/sh/
H A Dlex.c50 #define STACK_ARRAY 3 /* size of depth match stack growth */ macro
2524 * grow storage stack for nested constructs by STACK_ARRAY
2528 lp->lexd.lex_max += STACK_ARRAY;
2532 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY);

Completed in 10 milliseconds