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

/ast/src/cmd/ksh93/sh/
H A Dlex.c102 int lex_max; member in struct:lexdata
118 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\
2528 lp->lexd.lex_max += STACK_ARRAY;
2530 lp->lexd.lex_match = (int*)realloc((char*)lp->lexd.lex_match,sizeof(int)*lp->lexd.lex_max);

Completed in 11 milliseconds