Searched refs:STACK_ARRAY (Results 1 – 1 of 1) sorted by relevance
53 #define STACK_ARRAY 3 /* size of depth match stack growth */ macro2567 lp->lexd.lex_max += STACK_ARRAY; in stack_grow()2571 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY); in stack_grow()