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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dlex.c117 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\
135 static int stack_grow(Lex_t*);
2457 static int stack_grow(Lex_t *lp) function

Completed in 194 milliseconds