Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c53 #define STACK_ARRAY 3 /* size of depth match stack growth */ macro
2567 lp->lexd.lex_max += STACK_ARRAY; in stack_grow()
2571 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY); in stack_grow()